Introduction
FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off.
Content Negotiation
FOAAS will respond to the following 'Accept:' request header values with appropriate content
text/plain- Content will be returned as a plain string.application/json- Content will be returned as a JSON object{ message: 'message', subtitle: 'subtitle' }text/html- default - Content will be returned as an HTML page with a twitter bootstrap hero unit, containing the message and the subtitle.
API
/everyone/:from
Will return content of the form 'Everyone can go and fuck off. - :from', e.g. /everyone/Dawson will return 'Everyone can go and fuck off. - Dawson'
/essex/:name/:from
Will return content of the form 'Bollocks to that, yooooou stooooopid wanker, you, :name! - :from', e.g. /essex/Nico/Kurtis will return 'Bollocks to that, yooooou stooooopid wanker, you, Nico! - Kurtis'
/london/:name/:from
Will return content of the form 'That's bollocks, innit, :name. - :from', e.g. /london/Dawson/Nico will return 'That's bollocks, innit, Dawson. - Nico'
/thanks/:from
Will return content of the form 'Fuck you very much. - :from', e.g. /thanks/Craig will return 'Fuck you very much. - Craig'
/ity/:name/:from
Will return content of the form 'What the fuckity fuck-fuck were you fucking doing, :name? - :from', e.g. /ity/Dawson/Monte will return 'What the fuckity fuck-fuck were you fucking doing, Dawson? - Monte'
/linus/:name/:from
Will return content of the form ':name, there aren't enough swear-words in the English language, so now I'll have to call you perkeleen vittupää just to express my disgust and frustration with this crap. - :from', e.g. /linus/Kurtis/Monte will return 'Kurtis, there aren't enough swear-words in the English language, so now I'll have to call you perkeleen vittupää just to express my disgust and frustration with this crap. - Monte'
/pink/:from
Will return content of the form 'Well, Fuck me pink. - :from', e.g. /pink/Craig will return 'Well, Fuck me pink. - Craig'
/given/:from
Will return content of the form '0 fucks given. - :from', e.g. /given/Kurtis will return '0 fucks given. - Kurtis'
/bag/:name/:from
Will return content of the form 'Eat a bag of dicks, :name. - :from', e.g. /bag/Jason/Craig will return 'Eat a bag of dicks, Jason. - Craig'
/bowl/:name/:from
Will return content of the form 'Eat a bowl of dicks, :name. - :from', e.g. /bowl/Nico/Kurtis will return 'Eat a bowl of dicks, Nico. - Kurtis'
/everything/:from
Will return content of the form 'Fuck everything. - :from', e.g. /everything/Oliver will return 'Fuck everything. - Oliver'
/shakespeare/:name/:from
Will return content of the form ':name, Thou clay-brained guts, thou knotty-pated fool, thou whoreson obscene greasy tallow-catch! - :from', e.g. /shakespeare/Dawson/Oliver will return 'Dawson, Thou clay-brained guts, thou knotty-pated fool, thou whoreson obscene greasy tallow-catch! - Oliver'
/you/:name/:from
Will return content of the form 'Fuck you, :name. - :from', e.g. /you/Jason/Oliver will return 'Fuck you, Jason. - Oliver'
/life/:from
Will return content of the form 'Fuck my life. - :from', e.g. /life/Dawson will return 'Fuck my life. - Dawson'
/that/:from
Will return content of the form 'Fuck that. - :from', e.g. /that/Craig will return 'Fuck that. - Craig'
/chainsaw/:name/:from
Will return content of the form 'Fuck me gently with a chainsaw, :name. Do I look like Mother Teresa? - :from', e.g. /chainsaw/Jason/Oliver will return 'Fuck me gently with a chainsaw, Jason. Do I look like Mother Teresa? - Oliver'
/eat/:name/:from
Will return content of the form 'Eat a bowl of dicks, :name. - :from', e.g. /eat/Craig/Oliver will return 'Eat a bowl of dicks, Craig. - Oliver'
/king/:name/:from
Will return content of the form 'Oh fuck off, just really fuck off you total dickface. Christ :name, you are fucking thick. - :from', e.g. /king/Craig/Nico will return 'Oh fuck off, just really fuck off you total dickface. Christ Craig, you are fucking thick. - Nico'
/lawn/:name/:from
Will return content of the form 'Get off my Fucking lawn, :name. - :from', e.g. /lawn/Monte/Oliver will return 'Get off my Fucking lawn, Monte. - Oliver'
/off/:name/:from
Will return content of the form 'Fuck off, :name. - :from', e.g. /off/Oliver/Monte will return 'Fuck off, Oliver. - Monte'
/this/:from
Will return content of the form 'Fuck this - :from', e.g. /this/Nico will return 'Fuck this - Nico'
/donut/:name/:from
Will return content of the form ':name, go and take a flying fuck at a rolling donut. - :from', e.g. /donut/Dawson/Kurtis will return 'Dawson, go and take a flying fuck at a rolling donut. - Kurtis'
EOFF == End Of Fucking File
- The Server