Change Updates

Do not miss any FemDevs API changes, ever again

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

RSS

Sep 22, 2023

main
1.2.0
Compare
1.2.0

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
DELETE /user/delete
  • Response
  • 400 response Removed
  • 403, 404, 500 responses Added
  • Authentication
  • User access token authentication method Removed
GET /crypto/dec
  • Response
  • 400 response Modified
    • fatal property Removed
  • 500 response Added
  • Authentication
  • Api token authentication method Removed
GET /crypto/enc
  • Response
  • 400 response Modified
    • fatal property Removed
  • 500 response Added
  • Authentication
  • Api token authentication method Removed
GET /user/get
  • Response
  • 400 response Modified
    • fatal property Removed
  • Authentication
  • Api token authentication method Removed
PATCH /user/update
  • Response
  • 200 response Modified
    • success property Removed
  • 400 response Removed
  • 404, 500 responses Added
  • Authentication
  • User access token authentication method Removed
POST /user/create
  • Response
  • 200, 400 responses Removed
  • 201, 403, 404, 500 responses Added
  • Authentication
  • Api token authentication method Removed