Skip to content

Instantly share code, notes, and snippets.

@Kelin2025
Created March 17, 2018 18:49
Show Gist options
  • Save Kelin2025/cc2ec13b64fae004f889f16ee22eec23 to your computer and use it in GitHub Desktop.
Save Kelin2025/cc2ec13b64fae004f889f16ee22eec23 to your computer and use it in GitHub Desktop.
Do requests
doRequest({
url: '/api/posts/:id',
method: 'POST',
params: { id: 1 },
headers: { token: localStorage.getItem('token') },
body: { title: 'Hello, Apicase!' }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment