Does Domo publish a list of new releases or version changes made to their APIs?

Does Domo publish a list of new releases or version changes made to their APIs? I am seeing a case where we are pulling from the data sources API but looks like the data type returned in the API call has changed, causing some things to break on our end. 

This is an API call to the endpoint:

'https://{our business domain name}.domo.com/api/data/v3/datasources/{datasource_id}?includeAllDetails=true'

Substituting in our business name in the respective spot there, and filling in a datasource ID (which is a Domo dataset ID).

The field in the json response that is different now is DATA_PROVIDER_SCOPE. It was previously an integer field, but now it is a text field.

Answers

  • brycec
    brycec Contributor

    API documentation from Domo has been historically poor. You are using the OAuth API, which usually changes versions if there are significant changes. But, API development has also historically been disorganized and not well managed. There isn't a list of changes anywhere that I've found unfortunately. When these changes happen, I just fix them as quick as I can and move on. If you have something that cannot fail or have any downtime, I'd suggest not using the APIs.

    Was this comment helpful? Click Agree or Like below.
    Did this comment solve your problem? Accept it as the solution!