View Source ElixirLokaliseApi.Segments (ElixirLokaliseApi v3.1.0)

Segments endpoint.

Summary

Functions

Finds a collection of items under the given endpoint.

Finds an item under the given endpoint.

Updates an item under the given endpoint.

Functions

Link to this function

all(parent_id, item_id, subitem_id, params \\ [])

View Source

Finds a collection of items under the given endpoint.

Link to this function

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

View Source

Finds an item under the given endpoint.

Link to this function

update(parent_id, item_id, subitem_key, child_key, data)

View Source

Updates an item under the given endpoint.