ElixirLokaliseApi.Projects (ElixirLokaliseApi v3.6.1)

View Source

Projects endpoint.

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.

Empties a given project by removing all translation keys and values.

Finds an item under the given endpoint.

Updates an item under the given endpoint.

Functions

all(params \\ [])

Finds a collection of items under the given endpoint.

create(data)

Creates an item under the given endpoint.

delete(parent_id)

Deletes an item under the given endpoint.

empty(project_id)

Empties a given project by removing all translation keys and values.

find(parent_id)

Finds an item under the given endpoint.

update(parent_id, data)

Updates an item under the given endpoint.