Skip to content

anurag001/india-group-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

india-group-project

Feeds end point

  1. For searching with headlin string GET https://localhost:8080/feeds/headline?search=

  2. For other filters with pagination GET https://localhost:8080/feeds/10/1

  3. For other filters with pagination + Sorting GET https://localhost:8080/feeds/10/1?author=&category=<>&order_by=1 https://localhost:8080/feeds?author=&category=<>&order_by=-1

Users end point

  1. For getting user with specific id GET https://localhost:8080/users/

  2. For creating User POST https://localhost:8080/users/

  3. For updating user PUT https://localhost:8080/users/

Releases

No releases published

Packages

No packages published