View Source ElixirLokaliseApi.KeyComments (ElixirLokaliseApi v2.3.0)

Key comments 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.

Finds an item under the given endpoint.

Link to this section Functions

Link to this function

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

View Source

Finds a collection of items under the given endpoint.

Link to this function

create(parent_id, item_id, data)

View Source

Creates an item under the given endpoint.

Link to this function

delete(parent_id, item_id, subitem_id)

View Source

Deletes an item under the given endpoint.

Link to this function

find(parent_id, item_id, subitem_id)

View Source

Finds an item under the given endpoint.