Skip to content

hcxiong/vanilla-api

 
 

Repository files navigation

Vanilla API

Vanilla API

Release Code Climate

Extensible RESTful API shim for Vanilla that operates in JSON or XML. Supports JSONP and CORS

Getting started

To get started using Vanilla API, either:

$ git clone kasperisager/vanilla-api api

When you've done this, make sure the newly created folder is named api and not vanilla-api. Now simply go to your dashboard, enable Vanilla API in the "Applications" menu and you're all set!

How does it work?

Vanilla API is a shim that implements a RESTful URI scheme upon with you can invoke different methods using the standard GET, POST, PUT and DELETE HTTP verbs. The API then translates and redirects your request to the corresponding application controller which in return caries out the requested method.

Documentation

You can find documentation on how to use, configure and extend Vanilla API in the Wiki.

If you come across any bugs or if you have a feature request, please file an issue using the GitHub Issue tracker. Vanilla API won't be supported through http://vanillaforums.org so please stick to using GitHub for inquiries about bugs and feature requests. Thanks!

File a new issue or feature request


Copyright © 2013-2015 Kasper Kronborg Isager. Licensed under the terms of the MIT License

About

Extensible RESTful API shim for Vanilla that operates in JSON or XML. Supports JSONP and CORS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%