Skip to content

Instantly share code, notes, and snippets.

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 bloo/66f718e7bf88cc3288f2e6d57bb0cfa7 to your computer and use it in GitHub Desktop.
Save bloo/66f718e7bf88cc3288f2e6d57bb0cfa7 to your computer and use it in GitHub Desktop.
Resilient Tech Blog - Building Forms with Formstack and React - axios.ts
const response = await axios({
method: 'GET',
url: `${formstackBaseUrl}/form/${formId}?oauth_token=${formstackToken}`,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment