Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Created January 3, 2018 16:27
Show Gist options
  • Save akexorcist/7844cd4e589d18c12ebb82d08cb5cc6f to your computer and use it in GitHub Desktop.
Save akexorcist/7844cd4e589d18c12ebb82d08cb5cc6f to your computer and use it in GitHub Desktop.
Request body for Axios in NodeJS web service article
const requestBody = {
name: 'Akexorcist',
age: '28',
position: 'Android Developer',
description: 'birthdate=25-12-1989&favourite=coding%20coding%20and%20coding&company=Nextzy%20Technologies&website=http://www.akexorcist.com/',
awesome: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment