Languify

Project Paths

GET /projects.xml
=> Returns a list of projects

GET /projects/{project_id}.xml
=> Returns a project

PUT /projects/{project_id}.xml
=> Supply with attribute params, Updates the project

POST /projects
=> Supply with attribute params, Creates a project

DELETE /projects/{project_id}.xml
=> Deletes a project