Has anyone a simple example of using curl or Go to access the API?
I'm a developer, and want to get started exploring the API, but the examples Mr Google shows me all fail with "Cannot convert access token to JSON" (;-)) My team is using the CLI, domoUtil-2.43.jar and I have an authentication token which happily works with (echo connect -t ${ACCESS_TOKEN} -s indexexchange.domo.com; \ echo…