Skip to content

brianfunk/cAPIta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cAPIta Heroku Semver license Open Source Love LinkedIn

cAPIta

cAPIta - Capitalization API

Routes

Capitalize: /:capType/:string.:extension

  • capType: must be valid capType
  • same
  • none
  • proper
  • title
  • sentence
  • upper
  • lower
  • camel
  • pascal
  • snake
  • python
  • crazy
  • random
  • leet
  • reverse
  • spell
  • string: must be valid string
  • extension: must be valid extension
  • json
  • jsonp
  • html
  • txt
  • default (uses request content type)

Badge: /badge/:capType/:string

  • capType: must be valid capType (see list above, excludes spell)
  • string: must be valid string (limit 50 characters)
  • extension: not required (returns svg)
  • example: cAPIta Badge

Copyright and license

Code and documentation copyright 2016 Brian Funk. Code released under the MIT license.