manifoldco / go-manifold

Go client API for Manifold (unstable)
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Tokens: add create and list endpoints. #34

Closed jelmersnoeck closed 6 years ago

jelmersnoeck commented 6 years ago

This adds the create and list endpoints for tokens. Allowing us to create a new token if we're authenticated with another token and allowing us to list all the tokens we have available.

This uses the generated files from oag with the fix for reserved keywords.