kohana-restify icon indicating copy to clipboard operation
kohana-restify copied to clipboard

An interface for simplifying and testing RESTful requests.

:warning: Notice: The Kohana Framework announced official retirement on 07/01/2017. Therefore, this repository is no longer maintained.


Restify Module

An interface for simplifying and testing RESTful requests.

Installation

  1. Add module to application bootstrap
  2. Specify path in config/restify.php to media directory.

To use restify, simply hit the restify controller in your browser http://localhost/path_to_app/restify/.

Learning & References

  • Demo Video: http://vimeo.com/michealmorgan/restify-overview
  • API Browser
  • Unit Tests

Version 0.7.1

This is release version 0.7.1 of Restify.