Skip to content

Custom restful client library tips

Espen Angell Kristiansen edited this page Oct 19, 2013 · 8 revisions

The by far easiest method of testing you own RESTful client library is by downloading the Devilry source code, and develop using our development environment. Read the developer docs for more details. If you follow our development environment guide, you will see how to use the test server and how to get a test environment where you can easily create a local SQLite database for testing. Run the test server at localhost and develop your library without having to touch live data.

After setting up the development environment (including creating an empty database with the grandma user and starting the test server), you can run the examples in devilryrestfullib.

Clone this wiki locally