View Source ElixirLokaliseApi.Keys (ElixirLokaliseApi v2.3.0)

Keys endpoint.

Link to this section Summary

Functions

Finds a collection of items under the given endpoint.

Creates an item under the given endpoint.

Deletes an item under the given endpoint.

Deletes multiple items under the given endpoint.

Finds an item under the given endpoint.

Updates an item under the given endpoint.

Updates multiple items under the given endpoint.

Link to this section Functions

Link to this function

all(parent_id, params \\ [])

View Source

Finds a collection of items under the given endpoint.

Creates an item under the given endpoint.

Link to this function

delete(parent_id, item_id)

View Source

Deletes an item under the given endpoint.

Link to this function

delete_bulk(parent_id, data)

View Source

Deletes multiple items under the given endpoint.

Link to this function

find(parent_id, item_id, params \\ [])

View Source

Finds an item under the given endpoint.

Link to this function

update(parent_id, item_id, data)

View Source

Updates an item under the given endpoint.

Link to this function

update_bulk(parent_id, data)

View Source

Updates multiple items under the given endpoint.