package com.codename1.io.rest
Simplified REST API
A builder pattern based API to make REST requests with a terse API. These mask the parsing, networking and error handling behind one simplified call.
Types
interface ErrorCodeHandler | A generic error callback interface for an error code returned from the server |
class RequestBuilder | This class is used to build, invoke the http request and to get the http response |
class Response | The http Response class |
class Rest | This class is used to create the Http RequestBuilder(get/post/head/options/delete/put) |
class RestClients | Runtime registry that wires @RestClient-annotated interfaces to the build-time-generated implementations. |