Skip to content

Instantly share code, notes, and snippets.

@purveshmakode24
Last active November 27, 2020 09:19
Show Gist options
  • Save purveshmakode24/f7ba84725051b5650b29ebe7aeea4ba2 to your computer and use it in GitHub Desktop.
Save purveshmakode24/f7ba84725051b5650b29ebe7aeea4ba2 to your computer and use it in GitHub Desktop.

packages/protocols used to make API calls/HTTP requests from different platforms

1) Django:

2) React/Vue/Angular:

  • Axios
  • Fetch API
    [defined in your window object/browser (don't need to install it separately)]

3) Node.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment