ElixirLokaliseApi.GlossaryTerms (ElixirLokaliseApi v3.6.0)

View Source

GlossaryTerms endpoint.

Summary

Functions

Finds a collection of items under the given endpoint.

Creates an item under the given endpoint.

Deletes multiple items under the given endpoint.

Updates multiple items under the given endpoint.

Functions

all(parent_id, params \\ [])

Finds a collection of items under the given endpoint.

create(parent_id, data)

Creates an item under the given endpoint.

delete_bulk(parent_id, data)

Deletes multiple items under the given endpoint.

find(parent_id, item_id)

update_bulk(parent_id, data)

Updates multiple items under the given endpoint.