8000 GitHub - udbhavsomani/Fetch-API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

udbhavsomani/Fetch-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FETCH-MENTOR API

This repository is a part of an assignment task.

Routes

  • /refresh

    • Fetch and update the mentor data from the given API on the server
    • Data is fetched and gets stored in mentor_data.json
  • /

    • Returns the stored mentor list : an array of JSON objects
  • /getdata

    • GET query params:
      • offset : integer (Default: 10)
      • limit : integer (Default: 10)
    • Returns the given number of mentors from the complete list starting from offset to limit
    • Query Params should be within the range of the mentor list

Setup

  • Clone this repo and run the following commands

Tech-Stack

  • NodeJs
  • ExpressJs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0