Module crowdin_api.api_resources.dictionaries.resource

Classes

class DictionariesResource (requester: APIRequester, project_id: Optional[int] = None, page_size=25)

Resource for Dictionaries.

Dictionaries allow you to create a storage of words that should be skipped by the spell checker.

Use API to get the list of organization dictionaries and to edit a specific dictionary.

Link to documentation: https://developer.crowdin.com/api/v2/#tag/Dictionaries

Ancestors

Methods

def edit_dictionary(self, languageId: str, data: Iterable[DictionaryPatchPath], projectId: Optional[int] = None)
def list_dictionaries(self, projectId: Optional[int] = None, languageIds: Optional[Iterable[str]] = None, page: Optional[int] = None, offset: Optional[int] = None, limit: Optional[int] = None)