logo
首页技术栈工具库讨论
snaplet-rest

snaplet-rest

REST resources for the Snap framework. As an example, let's translate the following datatype into a resource. We need a type to represent changes to the resource. This partial type indicates what properties to change: either the name, the age, or both. This type also acts as a search mechanism: we can search by names, ages, or both. We can use either a username or a UserPart search to find users, and define a function to convert URL query string parameters to this search. Now we have the pieces required to define our CRUD behaviour. If we've implemented Aeson instances, we can add JSON as a media format without having to define these manually. Once the behaviour is attached to the resource, it can be served in the handler.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconzmthy/snaplet-rest5
HACKAGE
carbal install snaplet-rest
查看
标签
根据用户添加的标签生成
暂无标签