-
-
Save ajaxray/32c5a57fafc3f6bc4c430153d66a55f5 to your computer and use it in GitHub Desktop.
Example API Response for https://codepen.io/ajaxray/pen/oBPbQe
This file contains 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
{ | |
"201" : "Horse", | |
"202" : "Elephant", | |
"203" : "Donkey", | |
"204" : "Camel", | |
"204" : "Tiger" | |
} |
This file contains 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
{ | |
"301" : "Car", | |
"302" : "Bus", | |
"303" : "Bike", | |
"304" : "Rickshaw" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment