Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Search API #24

Open
henilp105 opened this issue Apr 25, 2023 · 0 comments
Open

Package Search API #24

henilp105 opened this issue Apr 25, 2023 · 0 comments

Comments

@henilp105
Copy link
Member

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

CC @arteevraina @minhqdao @perazz

arteevraina added a commit to arteevraina/registry that referenced this issue Feb 4, 2024
…ners

feat: Added APIs for adding removing namespace maintainers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant