-
Notifications
You must be signed in to change notification settings - Fork 1
Jonathan Robie
REST Architect, Enterprise Content Division, EMC Corporation. |
||
RADL (RESTful API Description Language) | |
---|---|
Level | (Extended Talk) |
Abstract |
RESTful API Description Language* (RADL) is an XML vocabulary for describing Hypermedia-driven RESTful APIs. Unlike most HTTP API description languages, RADL describes both the hypermedia client API and the resource model, which describes the implementation and should not be exposed to the client. In a REST API, the server provides options to a client in the form of hyperlinks in documents, and the main thing a client needs to know is how to locate and use these links in order to use the API. In RADL, the client API is defined in terms of client states, link relations, media types, URI parameters, and any custom headers or status codes that need to be documented. The resource model is defined in terms of resources, their locations, the HTTP methods that can be applied to them, and the conventions for using those methods. The resource model corresponds roughly to the information found in Swagger or RAML. In documentation generated by RADL, the interfaces associated with each client state are assembled from the client API description and the resource model. RADL can be used to:
|
Supplemental | |
Slides |
Home :: Code of Conduct :: People :: Agenda :: Travel :: What Is RestFest?