Skip to content

Draft:Generic api v1

David Beniamine requested to merge generic-api-v1 into master

Adds a generic api URIs and models

  • Prefix path with api version
  • Generic config
  • Database initialization
  • Generic resources
    • Use generic Model
    • Auto documentation for parameter
    • Auto documentation for return values
    • Generic routes
      • group
        • GET
        • POST
      • item
        • GET
        • POST
        • PUT
        • PATCH
        • DELETE
  • ORM
  • tests
    • test infrastucture and simple exemple
    • Add data
    • Test storing data
    • Work on fake database
Edited by David Beniamine

Merge request reports