rest
Restful request body return wrong JSON format when using getRawBody() in Zend framework
I\'m testing the restful service built with zend framework. I\'m using the command below to test it (learned from this post).[详细]
2023-04-12 09:54 分类:问答What URI should I expect HTTP DELETEs at?
This is more of a conceptual integrity question for something that\'s been bothering me. HTTP\'s DELETE method is supposed to be idempotent, and REST\'s URIs are supposed to actually represent things[详细]
2023-04-12 09:47 分类:问答How to make this REST get method in Java?
I have the following REST get Request that works successfully: The result is a XML document that I then want to p开发者_C百科arse. I tried the same in Java:[详细]
2023-04-12 09:39 分类:问答REST API (xml and json) formating with Play Framework
I have a simple model class with several attribut. @Column(length = 50, nullable = false) @Required @MaxSize(50)[详细]
2023-04-12 08:11 分类:问答(Ab?)using http custom headers to return metadata about an entity
If, in addition to binary image data, I want to also return a data structure in the same http response message. That data structure would describe the image further so the receiving application could[详细]
2023-04-12 05:11 分类:问答Twitter OAuth Echo and multiple endpoints
I am busy with a delegator (api rest service), most of the methods of this delegator 开发者_JS百科are using multiple endpoints of twitter. I want to use OAuth Echo for the authorization, but as far as[详细]
2023-04-12 03:38 分类:问答Implementing ActiveRecord-like associations for an API wrapper
I recently wrote ParseResource, which is a Ruby API wrapper for Parse.com\'s REST api. Here\'s a some basic usage:[详细]
2023-04-12 00:50 分类:问答Scala and Play-Framework exposing REST services. Now to render (but need to use something other then Scala)
I have a university assignment with a very peculiar requirement. The crux of it is that we need to build a web application that utilizes 2 different languages. Weird requirement I know.[详细]
2023-04-11 22:08 分类:问答Making a non blocking HTTP request in a Rails app
Is anyone aware of a way to make outgoing non blocking HTTP requests from within Rails?I 开发者_如何学JAVAwill need the response body eventually and am trying to avoid bringing up new frameworks to ke[详细]
2023-04-11 22:03 分类:问答Getting Undefined error while playing song from facebook wall
I publish music on Facebook wall through my application (demosrbt) by using following api. https://api.facebook.com/method/stream.publish[详细]
2023-04-11 19:01 分类:问答