ElixirLokaliseApi.Orders (ElixirLokaliseApi v3.6.0)

View Source

Orders endpoint.

Summary

Functions

Finds a collection of items under the given endpoint.

Creates an item under the given endpoint.

Finds an item 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.

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

Finds an item under the given endpoint.