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 ErrorCodeHandlerA generic error callback interface for an error code returned from the server
class RequestBuilderThis class is used to build, invoke the http request and to get the http response
class ResponseThe http Response class
class RestThis class is used to create the Http RequestBuilder(get/post/head/options/delete/put)
class RestClientsRuntime registry that wires @RestClient-annotated interfaces to the build-time-generated implementations.