-
Notifications
You must be signed in to change notification settings - Fork 24
Write programs scripts that integrate with Devilry
Espen Angell Kristiansen edited this page Jun 1, 2015
·
6 revisions
Much of the information on this page is outdated. We will create new REST APIs better suited for third party intergrations in the future.
Anything you can do using the web-interface can be scripted using the RESTful web service API.
- Official RESTful Python bindings
- Custom RESTful client library tips -- if you want to create your own client library.
- Official API documentation for the RESTful API
We currently have no bindings for other programming languages than Python. However the only thing your programming language needs to be able to do is to handle cookies, SSL and HTTP. We are working on a Java client library.
Please add a link to your own client libraries here
If it is a simple script, you can just paste it into a wiki page, and add a link to the page in the list below. Larger projects can just add a download link to the list.