walkthrough

This walkthrough consists of a few different tutorials, please follow the following tutorials in order

First, we have to create a Communicator, once we have this we can register Adapters, Connections and Requests on it.

creating a Communicator

Now that we have set up the communicator, we have to create an Adapter, Adapters are used to do the actual transport of data from and to the server.

creating an Adapter

After creating the Adapter, we must create a Connection, a Connection is a combination of an Adapter and a url.

creating a Connection

The last object we have to create is a Request, Requests are blueprints for requests to a server, it uses a Connection and properties such as 'method' and 'route' to do the actual request.

creating a Request

This is the end of the walkthrough.

Rik Hoffbauer 2015
Documentation generated by JSDoc 3.4.0 on 2015-12-01T13:53:50+01:00