benoit-bremaud / HappiHub

HappiHub - A platform for organizing and discovering cultural and artistic events. Join the community and explore events happening around you!
https://www.happihub.com
MIT License
1 stars 3 forks source link

feature: Implement Synchronization of Postman with API_DOCUMENTATION.md #205

Open benoit-bremaud opened 4 months ago

benoit-bremaud commented 4 months ago

Description:

Summary

Implement a feature to automate the synchronization of Postman collections with the API documentation (API_DOCUMENTATION.md). This will ensure that the documentation is always up-to-date with the latest API changes and examples.

Context

Maintaining accurate and up-to-date API documentation is essential for developers and users of the API. Automating the synchronization between Postman collections and the Markdown documentation file will streamline the process, reduce manual effort, and minimize errors.

Objectives

Acceptance Criteria

Tasks

Resources

UML Diagrams References

Branch Name

feature/205-sync-postman-with-doc

Complementary Suggested Tasks