API === This section describes all the APIs of Feathers and its individual modules. .. toctree:: :maxdepth: 2 readme Core --------------------- **Core:** Feathers core functionality .. toctree:: :maxdepth: 2 application services hooks events channels errors configuration rest Transports --------------- Expose a Feathers application as an API server .. toctree:: :maxdepth: 2 express socketio primus Client -------------- More details on how to use Feathers on the client .. toctree:: :maxdepth: 2 client client/rest client/socketio client/primus Authentication ------------------------- Feathers authentication mechanism .. toctree:: :maxdepth: 2 authentication/server authentication/client authentication/local authentication/jwt authentication/oauth1 authentication/oauth2 Database ---------------------- Feathers common database adapter API and querying mechanism .. toctree:: :maxdepth: 2 databases/adapters databases/common databases/querying