restful-architecture
Restful architecture issue with (too many) complex objects
Alright, I\'ve been put in charge of both the server and client (used internally)part of this RESTful architecture. (using restlet).[详细]
2023-03-14 10:20 分类:问答How can Socket.io and RESTFul work together?
(I\'m not familiar to RESTFul, please correct me if my concept is wrong) In RESTFul architecture, we map every action to an URL. If I click \"post a article\", may it\'s actually URL http://example.c[详细]
2023-03-12 12:30 分类:问答Is it RESTful to create complex objects in a single POST?
I have a form where users c开发者_运维百科reate Person records. Each Person can have several attributes -- height, weight, etc. But they can also have lists of associated data such as interests, favor[详细]
2023-03-11 04:46 分类:问答ASP.NET MVC RESTFul architecture
Does ASP.NE开发者_如何学GoT MVC support RESTful architecture by default? What I want to know is, if I want to develop a RESTful kind of project, need I to specially work anything on ASP.NET MVC or i[详细]
2023-02-25 01:49 分类:问答What are the best practices for the root page of a REST API?
I would like to开发者_如何学Go know if there is some best practices about the root endpoint for a REST web service? I mean, should it be a short documentation about the usage of the API itself? Should[详细]
2022-12-31 15:02 分类:问答Naming Practice for domain object named class
开发者_Python百科I\'m using a ORM and ran across a database table named Class. I\'ve been naming the domain objects the same as their table name. So is Class a valid name for this object? I know it wi[详细]
2022-12-18 16:42 分类:问答
加载中,请稍侯......