Change Updates

Do not miss any Elgezera-API changes, ever again

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

RSS

Aug 13, 2024

main
v1
Compare

API structure has changed

57 structure changes including:
23 Breaking changes
34 Additions
23 Removals
Removed 23 Breaking
DELETE /api/Admin/delete/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/Article/delete-article/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/Doctor/delete/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Admin/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Article/get-article/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Article/get-not-verified-articles
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Article/get-rejected-articles
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Doctor/get-all
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Doctor/get/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/hospitals
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/hospitals/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/Doctor/update
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/Article/update-article/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/Admin/update
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/review-article/verify/{articleId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/review-article/reject/{articleId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/profilepictures
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/authentication/Login
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/Doctor/register
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/Doctor/login
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/Article/create-article
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/Admin/login
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/Admin/create
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 34
PUT /api/tour-guides/{id}
PUT /api/tickets/{id}
PUT /api/sales-centers/{id}
PUT /api/products/{id}
PUT /api/cruises/{id}
DELETE /api/categories/{id}
DELETE /api/cruises/{id}
DELETE /api/products/{id}
DELETE /api/sales-centers/{id}
DELETE /api/tickets/{id}
DELETE /api/tour-guides/{id}
GET /api/categories
GET /api/cruises
GET /api/nationalities
GET /api/orders/{id}
GET /api/products
GET /api/products/{id}
GET /api/sales-centers
GET /api/sales-centers/{id}
GET /api/tickets
GET /api/tickets/today-counts
GET /api/tour-guides
GET /api/tour-guides/active
GET /api/tour-guides/{id}
POST /api/admins/register
POST /api/categories/create
POST /api/cruises/create
POST /api/orders
POST /api/products/create
POST /api/sales-centers/create
POST /api/tickets/create
POST /api/tour-guides/create
POST /api/users/login
PUT /api/categories/{id}