Agoda PullSpec - Documentation

API Changelog

All notable changes to "Project API" will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Endpoint for retrieving all users [/api/v1/users]
  • Ability to filter users by creation date [/api/v1/users?fdate=date]

[0.2.0] - 2023-12-11

Added

  • PUT Endpoint for updating user data [/api/v1/users/{id}]

Changed

  • Improved the performance of GET Endpoint [/api/v1/users/{id}]

Fixed

  • Bug causing inconsistent data on multiple requests

[0.1.0] - 2023-12-10

Added

  • Introduction of API with basic CRUD operations (GET, POST, DELETE)
  • Get a specific user data endpoint [/api/v1/users/{id}]
  • Endpoint for deleting a user [/api/v1/users/{id}]

Removed

  • Legacy API Endpoints

Fixed

  • Bug causing 500 error on certain POST requests

[0.0.1] - 2023-11-29

Added

  • Initial release with demo endpoint [/api/v1/demo]