Change Updates

Do not miss any TADB - Energy generation REST API changes, ever again

Subscribe to the TADB - Energy generation REST API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare
10 structure changes including:
10 Additions
Added 10
DELETE /generators/{id}
DELETE /productions/{id}
GET /generators
GET /generators/{id}
GET /productions
GET /productions/{id}
POST /generators
POST /productions
PUT /generators/{id}
PUT /productions/{id}
13 structure changes including:
6 Breaking changes
6 Additions
1 Modification
6 Removals
Modified 1 Breaking
GET /health
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, timestamp, version properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • message property Added
  • Authentication
  • Bearer auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
Removed 6 Breaking
Bearer authauthentication method
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/types/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/types
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/users/profile
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/types
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/types/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 6
DELETE /types/{id}
GET /types
GET /types/{id}
GET /users/profile
POST /types
PUT /types/{id}