Getting started with developer API at Synq
buf
repository. Use select the language of your choice and follow the instructions to add the Synq API to your project.
<synq_api_codebase>
to generate the code in golang.
./gen
folder. You can change the location or find more options here on how to use the protoc
generator to suit your project’s needs.
<synq_api_codebase>
to generate the code in golang.
./gen
folder. You can change the location to suit your project’s needs.
CLIENT_ID
and CLIENT_SECRET
) from the Synq application. The credentials are scoped so make sure to select the one best suited to execute the RPCs that you wish to.
You can now fetch the token source by making the following POST
call to our OAuth2 server.
<access_token>
thus fetched is a valid JWT token which should be passed on to the calls made to Synq API.