Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 372 Bytes

Example 5 Agnostic

  • For testing and proper operation of the code, please use a URL in the following format:

    http://localhost:8000/entity/method/id

    Where entity - entity name in the routing, method - method name in the routing, id - identifier of the record in the database.

  • Example of URL for get user with id = 1:

    http://localhost:8000/user/read/1