Change Updates

Do not miss any Tadatodo API changes, ever again

Subscribe to the Tadatodo API changelog to be up to date on recent changes.

RSS

Jun 13, 2024

main
0.0.1
Compare

API structure has changed

3 structure changes including:
1 Breaking change
3 Modifications
Modified 3 Breaking
GET /data/{key}
  • Authentication
  • Api plugin & Api plugin auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api plugin auth authentication method Added
GET /plugins/{pluginId}/data/{key}
  • Path went from /data/{key} to /plugins/{pluginId}/data/{key} (same operationId)
    Breaking
  • Authentication
  • Api plugin & Api plugin auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api plugin auth authentication method Added
POST /exchange-code
  • Authentication
  • Api plugin & Api plugin auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api plugin auth authentication method Added