← Back to catalog

Other

DLx

auto-generated
swirls add digitallinguistics
actionPOSTv1.0.0

Add a new Lexeme

Add a new Lexeme. A `languageID` must be provided either as a query parameter, or as an attribute on the Lexeme body.

Source
actionGETv1.0.0

Get all Languages

Retrieves all the Languages that the authenticated user or client has permission to access.

Source
actionGETv1.0.0

Get all Lexemes

Retrieve all Lexemes that the authenticated user has permission to access. Include a `languageID` query parameter to limit results to Lexemes from a particular Language.

Source
actionPATCHv1.0.0

Perform a partial update on a Language

Performs a partial update the Language whose ID is specified in the URL. If the Language object has an `id` property, is ignored in favor of the ID in the URL.

Source
actionPUTv1.0.0

Upsert (add or replace) a Lexeme

Upsert (add or replace) a Lexeme. A `languageID` must be provided either as a query parameter, or as an attribute on the Lexeme body.

Source
actionPUTv1.0.0

Upsert (create or replace) a Language

Creates a Language if it does not yet exist (i.e. if the resource does not have an `id` property yet), or replaces the existing Language resource if it does. Note that this replaces the *entire* Language. It is not a partial update.

Source
Beyond the catalog

Any provider, on request.

01

Request it

Tell us which provider you need, and we will ship it in the registry.

02

Generate it

Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.

acme · integrations
terminal
~/acme $swirls add linear
✓ 12 typed actions · scopes and schemas included
 
~/acme $swirls add https://api.acme.dev/openapi.json
◆ Fetched spec · 38 operations
✓ 6 typed actions · generated from spec