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

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.