Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 16, 2020 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/8b09fe12143abb17fad99b012df44cc4 to your computer and use it in GitHub Desktop.
Save velotiotech/8b09fe12143abb17fad99b012df44cc4 to your computer and use it in GitHub Desktop.
export const getPostsById = id => fetch(`https://jsonplaceholder.typicode.com/Posts/${id}`);
export const getPostsBulk = () => fetch("https://jsonplaceholder.typicode.com/posts");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment