codeyMaga / fastapi-crud-async

FastAPI CRUD
MIT License
0 stars 0 forks source link

Resolved Add Pagination to notes api #3

Open codeshwar-preview[bot] opened 4 months ago

codeshwar-preview[bot] commented 4 months ago

This is an automated pull request to resolve the issue Enable Pagination for notes Allow the listing API to be called with 2 parameters:

both params default to the following: page = 1 per_page = 10 .

codeyMaga commented 4 months ago

Change variable names to be sleek

codeshwar-preview[bot] commented 4 months ago

Resolving the issue ⏳

codeshwar-preview[bot] commented 4 months ago

Pull Request Modified!