Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.
Chew edited this page Jan 15, 2018 · 4 revisions

GET /trbmb

Returns an array with one quote:

Example

http://api.chew.pro/trbmb

["That really exposes my memes"]

Code Examples

Ruby

require 'RestClient'
require 'json'

puts JSON.parse(RestClient.get("http://api.chew.pro/trbmb"))[0]
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