Created
January 3, 2018 16:27
-
-
Save akexorcist/7844cd4e589d18c12ebb82d08cb5cc6f to your computer and use it in GitHub Desktop.
Request body for Axios in NodeJS web service article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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