0.1.0-alpha #93
ademclk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ceyehat API Alpha Release (Version 0.1.0-alpha)
We're excited to announce the first alpha release of the Ceyehat API, a backend service for the Ceyehat travel app. This release is an early version of the API and may contain bugs and incomplete features, but we're committed to improving the API based on your feedback.
API Definition
The Ceyehat API includes the following endpoints:
Users
User Registration
User Register Request
User Register Response
User Login
User Login Request
User Login Response
Countries
Create Country
Create Country Request
Create Country Response
Cities
Create City
Create City Request
Create City Response
Airlines
Create Airline
Create Airline Request
Create Airline Response
Airports
Create Airport
Create Airport Request
Create Airport Response
Aircrafts
Create Aircraft
Create Aircraft Request
Create Aircraft Response
Customers
Create Customer
Create Customer Request
Create Customer Response
Flights
Create Flight
Create Flight Request
Create Flight Response
Seats
Create Seat
Create Seat Request
Create Seat Response
Prices
Create Price
Create Price Request
Create Price Response
Endpoints
The Ceyehat API includes the following endpoint definitions:
GetSeatsQuery(string? FlightNumber, string? AircraftName) : IRequest<ErrorOr<List<SeatDto>>>;
SearchFlightQuery(string? DepartureAirportIataCode, string? ArrivalAirportIataCode, string? DepartureDate, string? ReturnDate, int PassengerCount) : IRequest<ErrorOr<List<FlightDto>>>;
SearchAirportsQuery(string? SearchTerm) : IRequest<ErrorOr<List<AirportDto>>>;
For a complete list of changes in this release, please see the full changelog.
We're excited to hear your feedback and suggestions as we continue to develop and improve the Ceyehat API. Thank you for using our service!
What's Changed
New Contributors
Full Changelog: https://github.com/ademclk/ceyehat-api/commits/new-features
This discussion was created from the release 0.1.0-alpha.
Beta Was this translation helpful? Give feedback.
All reactions