kaserolly / WebTech-1105-Project7-Conference_organizer

Project for a conference organizer
2 stars 0 forks source link

Build OpenAPI Specification Swagger file(s) #1

Open meteabduraman opened 18 hours ago

meteabduraman commented 18 hours ago

Have a Swagger file for the API/one for each of the APIs. A Swagger file helps clients that want to use your API to know how to communicate with it and what to expect as responses (it discloses information about the available endpoints, request bodies, response status codes, etc.)

❗️This is needed for the 2nd phase of the Project, due December 5th, 2024❗️ ❗️Checkout more details about the assignment on online.ase.ro❗️

Checkout this example.

Additional links:

This file (or .zip archive of files) then should be uploaded on online.ase.ro.

meteabduraman commented 18 hours ago

@kaserolly can you link your Github Project to the repository? and also add this issue to it? thanks!

kaserolly commented 18 hours ago

@kaserolly can you link your Github Project to the repository? and also add this issue to it? thanks!

The project is already linked in the Projects section. My colleague also added the issue to it.

meteabduraman commented 17 hours ago

@kaserolly awesome thanks