Skip to content

Instantly share code, notes, and snippets.

@qickstarter
Created April 10, 2014 13:03
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 qickstarter/10379925 to your computer and use it in GitHub Desktop.
Save qickstarter/10379925 to your computer and use it in GitHub Desktop.
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