DLx Skill
digitallinguistics-io
digitallinguistics-io
| Method | Path | Description |
|---|---|---|
GET | /languages | |
POST | /languages | Get all Languages |
PUT | /languages | Add a new Language |
GET | /languages/{languageID} | Upsert (create or replace) a Language |
DELETE | /languages/{languageID} | Retrieve a Language by ID |
PATCH | /languages/{languageID} | Delete a Language by ID |
GET | /languages/{languageID}/lexemes | Perform a partial update on a Language |
POST | /languages/{languageID}/lexemes | Get all Lexemes for a Language |
PUT | /languages/{languageID}/lexemes | Add a new Lexeme to a Language |
GET | /languages/{languageID}/lexemes/{lexemeID} | Upsert (add or replace) a Lexeme |
DELETE | /languages/{languageID}/lexemes/{lexemeID} | Get a Lexeme by ID |
PATCH | /languages/{languageID}/lexemes/{lexemeID} | Delete a Lexeme by ID |
GET | /lexemes | Perform a partial update on a Lexeme |
POST | /lexemes | Get all Lexemes |
PUT | /lexemes | Add a new Lexeme |
GET | /lexemes/{lexemeID} | Upsert (add or replace) a Lexeme |
DELETE | /lexemes/{lexemeID} | Get a Lexeme by ID |
PATCH | /lexemes/{lexemeID} | Delete a Lexeme by ID |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install digitallinguistics-io
Downloads and installs to ~/.claude/skills/digitallinguistics-io/
0.3.1 (2026-02-13)