Antoine Waugh

Results 1 issues of Antoine Waugh

Hello, I wish to follow the convention for my REST interface: `http://xxx.xxx.xxx.xxx:8080/resources/:id` Where `GET http://xxx.xxx.xxx.xxx:8080/resources` will return a list of resources, `GET http://xxx.xxx.xxx.xxx:8080/resources/:id` will return a single resource with id...