Change Updates

Do not miss any hcgateway API changes, ever again

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

RSS

Nov 5, 2024

main
2.0.0
Compare
2.0.0

API structure has changed

6 structure changes including:
3 Breaking changes
2 Additions
3 Modifications
1 Removal
Modified 3 Breaking
DELETE /api/delete/{method}
  • Body
  • application/json content type Modified
    • userid property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Authentication
  • Bearer auth authentication method Added
POST /api/v2/fetch/{method}
  • Path went from /api/fetch/{method} to /api/v2/fetch/{method} (same operationId)
    Breaking
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Authentication
  • Bearer auth authentication method Added
PUT /api/v2/push/{method}
  • Path went from /api/push/{method} to /api/v2/push/{method} (same operationId)
    Breaking
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Authentication
  • Bearer auth authentication method Added
Removed 1 Breaking
POST /api/login
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
POST /api/v2/login
POST /api/v2/refresh