Appendix B. YAP Developer Web Services
In this Appendix
General Information
This appendix describes the REST web services for development on the Yahoo! Application Platform (YAP). At the time of this writing, only the Set Small View web service is available for YAP development.
Authorization
The calls to the web services must use OAuth 1.1, with 2-legged authorization that matches the consumer key. Only HMAC-SHA1 signatures are supported.
Response Codes
| Response Code | Response Body Contents | Description |
|---|---|---|
| 200 | No content | OK |
| 400, 401 | No content | OAuth failure |
| 403 | No content | OAuth signature mismatch |
| 5xx | Unstructured body | Internal failure |

