Digitallinguistics
Connector for the digitallinguistics API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.digitallinguistics.io/v0 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getlanguages— GET /languages — Get all Languagesgetlanguage— GET /languages/{languageID} — Retrieve a Language by IDgetlexemesbylanguage— GET /languages/{languageID}/lexemes — Get all Lexemes for a Languagegetlexemebylanguage— GET /languages/{languageID}/lexemes/{lexemeID} — Get a Lexeme by IDgetlexemes— GET /lexemes — Get all Lexemesgetlexeme— GET /lexemes/{lexemeID} — Get a Lexeme by ID
Inputs
apiKey— your digitallinguistics API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getlanguages
apiKey: <your key>