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

AS a Server, | I want to search images by text #14

Open
saraheisa opened this issue Nov 11, 2020 · 0 comments
Open

AS a Server, | I want to search images by text #14

saraheisa opened this issue Nov 11, 2020 · 0 comments

Comments

@saraheisa
Copy link
Owner

AC:

  • Create GET /search/images endpoint that receives params:
Name Description
query search term
page Page number to retrieve (default = 1)
per_page Number of images to retrieve per page (default = 10)
order_by How images are ordered latest or oldest (default = latest)

and user_id in body

  • Retrieve images that contain quey in description or name values
  • Return an error message if no images found with this query
  • If images found, return a descriptive response
{
  "total": 50,
  "total_pages": 10,
  "images": []
}
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