restful-url
How to call a REST API?
I am having trouble unders开发者_运维技巧tanding how to call a RESTful service More specifically, I am trying to call the first API from[详细]
2023-01-18 10:58 分类:问答What’s the best RESTful method to return total number of items in an object?
I\'m developing a REST API service for a large social networking website I\'m involved in. So far, it\'s working great. I can issue GET, POST, PUT and DELETE requests to object URLs and affect my data[详细]
2023-01-16 09:29 分类:问答Rails nested URL question
Im having issues with RESTful URLs in Rails. I have site.com/services url, and I want to have subpages under that category, thats it: site.com/services/arquitecture, site.com/services/plumbing, etc.[详细]
2022-12-30 22:10 分类:问答How do I create a Spring 3 + Tiles 2 webapp using REST-ful URLs?
I\'m having a heck of a time resolving URLs with Spring 3.0 MVC. I\'m just building a HelloWorld to try out how to build a RESTful webapp in Spring, nothing theoretically complicated.[详细]
2022-12-27 19:26 分类:问答is restful meant for web services only OR for both web services AND web pages?
I read a lot of Restful tutorials for PHP. (I don\'t want to go in depth into why I am not using RoR. It is due to the team being more familiar with PHP)[详细]
2022-12-22 06:21 分类:问答Why does including an action verb in the URI in a REST implementation violate the protocol?
I\'m finding it necessary to understand why including action verbs in the URI violates the REST protocol for URI syntax? When I read the following article, I sense that too many people are making too[详细]
2022-12-19 05:24 分类:问答MVC:RESTful routing with nested urls, when entities are not really nested
I \'m really having a hard time with the RESTful paradigm + nested urls. I have asked a question that lead me to where I am right now here. My Domain is roughly this: there are schools, courses of a s[详细]
2022-12-13 13:11 分类:问答RESTful URLs for a search service with an arbitrary number of filtering criteria
I want to build a RESTful web service that implements a search interface for a database of biological data.[详细]
2022-12-12 19:51 分类:问答Nested Routes and Parameters for Rails URLs (Best Practice)
I have a decent understanding of RESTful urls and all the theory behind not nesting urls, but I\'m still not quite sure how this looks in an enterprise application, like something like Amazon, StackOv[详细]
2022-12-11 21:40 分类:问答RESTful POSTS, do you POST objects to the singular or plural Uri?
Which one of these URIs would be more \'fit\' for receiving POSTs (adding pro开发者_开发技巧duct(s))?Are there any best practices available or is it just personal preference?[详细]
2022-12-10 06:16 分类:问答