Post new pieces of code trough the API
The post method allows to upload programmaticaly any piece of code. Thanks to that method you can autamate the load of your scripts into kelpi.
http://kelpi.com/api/post
The post method accepts several parameters to describe the piece of code that you want to share.
- title - The title of this piece of code, could be its filename or a human readable title.
- src - It is the source code of this script.
- tags - Enumerate here the tags that you want to use for this program.
- user - The user login should be included in the method call in order to be accepted.
- password - The password is also necesary to accept the upload.
Are you a Python hacker? Check this API wrapper written in python.