SQL-Ledger GL routes according to OpenAPI specifications

by Hashim, Thursday, October 05, 2023, 06:36 (206 days ago) @ Hashim

Small update: Basic pagination has been configured for the "get /gl/transactions" route. This is based on 3 query parameters:
limit (default 20)
page (default 1)
sort (default DESC)
and uses timestamp as the column for pagination. These can be updated and changed as needed but the based functionality is working at this point. This can be tested in the swaggerhub set up with the test server.

https://app.swaggerhub.com/apis/HASHIM1SAQIB/SqlLedgerRest/1#/


Complete thread:

 RSS Feed of thread