Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.59 KB

index.rst

File metadata and controls

53 lines (40 loc) · 1.59 KB

Hoodie API

Hoodie provides two APIs

  1. The Hoodie Client API

    The Hoodie Client API is what you load into your web application using a script tag. It connects to your Hoodie Backend's routes

  2. The Hoodie Server API

    The Hoodie Server API is used within Hoodie’s route handlers and by plugins to manage accounts, data and to securely integrate with 3rd party services.

The Hoodie Client API

client/hoodie client/hoodie.account client/hoodie.store client/hoodie.connection-status client/hoodie.log

This library, commonly called Hoodie Client, is what you'll be working with on the client side. It consists of:

The Hoodie Server API

The Hoodie Server API is currently work-in-progress. But you can have a look at the Account Server API and the Store Server API for a sneak peak.