View Source ElixirLokaliseApi.Files (ElixirLokaliseApi v2.3.0)

Files endpoint.

Link to this section Summary

Functions

Finds a collection of items under the given endpoint.

Deletes an item under the given endpoint.

Downloads a translation bundle from the project.

Uploads base64-encoded translations to the project.

Link to this section Functions

Link to this function

all(parent_id, params \\ [])

View Source

Finds a collection of items under the given endpoint.

Link to this function

delete(parent_id, item_id)

View Source

Deletes an item under the given endpoint.

Link to this function

download(project_id, data)

View Source

Downloads a translation bundle from the project.

Link to this function

upload(project_id, data)

View Source

Uploads base64-encoded translations to the project.