Skip to main content
Home

Built and signed on GitHub Actions

A library for interacting with the backend and defining the backend API for personal projects.

This package works with Node.js, Deno, Browsers
This package works with Node.js
This package works with Deno
This package works with Browsers
JSR Score
100%
Published
2 days ago (2.2.8)
T
APIResponse

Generic type for API responses in personal projects.

c
APIService

A service for making calls to the backend API for personal projects. This is abstracted so that the backend implementation can change over time.

I
AuthCheckPasswordInput

Input interface for AuthCheckPassword.

I
AuthCheckPasswordOutput

Output interface for AuthCheckPassword.

I
AuthValidateUserInput

Interface representing the input to the AuthValidateUser function.

I
AuthValidateUserOutput

Interface representing the output of the AuthValidateUser function.

T
DashboardConfig

The config for the dashboard project that is returned to every authenticated user inside that project.

I
DOFunctionRawInput

Raw input to a Digital Ocean function. This is with the expectation that web: raw is set in the project.yml file.

I
DOFunctionRawOutput

Raw output from a Digital Ocean function must always be an object with a body property. The body property must be a string that is base64 encoded or an object. With how this project is set up, it will always be base64 encoded to support BSON types.

I
ProjectDashboardInput

Represents the input to the project dashboard function.

I
ProjectDashboardOptions

Options for configuring the project dashboard.

T
Translation

An individual translation as defined in the translations repo.

I
Translations

A collection of translations for a given project.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.