Skip to content
Jo Fitzgerald edited this page Jul 29, 2019 · 87 revisions

Welcome to the RESTful wiki!

RESTful v2.x is the current recommended version. The 1.x documentation has been retained for those still using that version, and to help those upgrading to 2.x to see what has changed.

Learning RESTful

The RESTful api: overview

Creating Endpoints

Defining your own RESTful resource plugin.

Filtering, sorting and pagination

Public fields

Relationships:

Going deeper:

OPTIONS and Resource discovery

Data providers

RESTful 2.x comes with numerous "data provider" classes. The data provider class abstracts the data access functionality from the resource class.

Example custom data providers:

Formatters

Authentication

How to upgrade to RESTful 2.x

Read Upgrading from 1.x to 2.x.

Common scenarios & recipes

Commonly required

Users

Entities

Client-side Frameworks

Edge cases

Frequently asked questions

See the FAQ section.

When things go wrong

Check through this list to see if you've forgotten anything.

Clone this wiki locally