💾Using Kepler

Taking control and setting up Clients

The easiest way to use Kepler is with SSX, which implements a client and integrates the creation of Capabilities and the making of requests to Hosts. To do this, you first need two configuration options:

  • Host URL: the URL where the HTTP API of the Kepler instance you want to use is located (e.g. http://localhost:8000 by default)

  • Store Prefix: A path that the client will use as a base when storing objects in Kepler. For example, a prefix of my_app/ and a request to store file.txt will result in storing the file at my_app/file.txt.

See the SSX documentation for more details on using and configuring SSX. Once a user is signed in with SSX, their storage can be accessed via the storage property:

💽pageStorage Module

Last updated