Usage
Reference the Hop Go API client in your imports:GO
Creating a Client Instance
To use the SDK, you must first create a project token. You can also use a PAT (personal access token), however this is not recommended as it has access to all of your projects.GO
Specifying the Project ID
If you do not use a project token, you must also specify the project ID. You can do this in 1 of 2 ways:- You can set this at a client level:
GO
- You can set this at a request level:
GO