-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Schema for package search API:
parameters:
-
name: query
description: package search string
required: true
type: string -
name: page
description: page number of the query , 10 documents per page
required: true
type: string -
name: sorted_by
description: package sort parameter can be name, author, createdat ,updatedAt. (case insensitive)
required: false
type: string -
name: sort
description: sort by ascending (asc) or descending (desc)
required: false
type: string
Curl Request would be similar to:
curl --request GET \ --url 'http://localhost:5000/packages?query=fpm&page=1&sorted_by=name&sort=asc'
Thanks and Regards,
Henil
minhqdao and arteevrainaperazz
Metadata
Metadata
Assignees
Labels
No labels