Created
April 10, 2014 13:03
-
-
Save qickstarter/10379925 to your computer and use it in GitHub Desktop.
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
FORMAT: 1A | |
HOST: http://alpaca.tc | |
# alpaca-tc API | |
アルパカ隊長のAPI | |
# Group Vim | |
## Vim [/hello] | |
アルパカを投げます | |
### Alpaca [GET] | |
+ Response 200 (application/json) | |
{ | |
"status": 200, | |
"alpaca" : [ | |
"うるせぇVimぶつけるぞ" | |
" Δ~~~~Δ" | |
" ξ ・ェ・ξ", | |
" ξ ~ ξ", | |
" ξ ξ", | |
" ξ “~~~~〇", | |
" ξ ξ", | |
" ξ ξ ξ~~~ξ ξ", | |
" ξ_ξ_ξ ξξ_ξ", | |
"ヽ(´・ω・)ノ", | |
" | /", | |
" U U", | |
] | |
} | |
+ Response 400 (application/json) | |
{ | |
"status": 400 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment