ElixirLokaliseApi.Segments (ElixirLokaliseApi v3.6.0)

View Source

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

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

Finds a collection of items under the given endpoint.

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

Finds an item under the given endpoint.

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

Updates an item under the given endpoint.