Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.

Acronym

Chew edited this page Jan 15, 2018 · 1 revision

GET /acronym/:acronym

Returns a completed acronym for the given :acronym

Example

http://api.chew.pro/acronym/meme

{"phrase":"Machine Egg Merry Eddie"}

Code Examples

Ruby

require 'RestClient'
require 'json'

puts JSON.parse(RestClient.get("http://api.chew.pro/acronym/meme"))['phrase']
Name Call
TRBMB GET /trbmb
Acronym GET /acronym/:acronym
Chewbotcca Discord Commands GET /chewbotcca/discord/command/:command
Chewbotcca MemeDB GET /chewbotcca/memedb/:meme

Clone this wiki locally