View Source ElixirLokaliseApi.Files (ElixirLokaliseApi v3.1.0)

Files endpoint.

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.

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
@spec download(any(), any()) ::
  {:error, atom() | binary() | {map(), integer()}} | {:ok, map()}

Downloads a translation bundle from the project.

Link to this function

upload(project_id, data)

View Source

Uploads base64-encoded translations to the project.