Skip to content

List Pagination and Search

Choose a tag to compare

@IlyaMoskva IlyaMoskva released this 16 Jun 14:19
· 5 commits to master since this release
bd91291

Two main enchancements in Post Collection API
GET /posts returns List of Posts with pagination support. Parameters: page [1..N] and size [1..M]. Default values are '1' for page and '10' for size.
GET /posts/search Accepts 'q' query parameter with search string. Up to 100 symbols.

Refactor:
cryptogen renamed to certgen to give it proper meaning.