-
Expose REST methods to manage the Expenses resource:
GET /api/expenses - to list current user's expenses
GET /api/expenses/:id - to get the details for expense with :id of the current user
POST /api/…
-
It would be great to have REST api:s to list snippets by name search for snippet and download the code for the snippet. (by F.Norling)
-
Implement an engine which would be able to talk to REST APIs.
-
Users should be authenticated before uploading venue data.
-
We've created our REST SDK on the shoulders of UnityHTTP. It provides API similar to https://github.com/mgonto/restangular, implements path building, error handling, and other useful things. You can f…
-
This server currently lives at [transponder.mtnlab.io](http://transponder.mtnlab.io)
This is a living document of the RESTful endpoints. Everything uses JSON.
**POST /sighting**
Request: an array of…
-
For any reason when i call to the rest countries the chosen don't refresh, this is my code
```
angular
.module('app')
.factory('CountryFactory', function ($http) {
var urlBase = 'http…
-
-
Both produce and consume
-
Hi,
I have got some problems because of the private 1337 folder route,
using rest api, what should I do with this ?
Regards,
Steph