ElixirLokaliseApi.Files (ElixirLokaliseApi v3.6.0)

View Source

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.

Downloads a translation bundle from the project asynchronously.

Uploads base64-encoded translations to the project.

Functions

all(parent_id, params \\ [])

Finds a collection of items under the given endpoint.

delete(parent_id, item_id)

Deletes an item under the given endpoint.

download(project_id, data)

@spec download(any(), any()) ::
  {:error, atom() | binary() | {map(), integer()}} | {:ok, map()}

Downloads a translation bundle from the project.

download_async(project_id, data)

Downloads a translation bundle from the project asynchronously.

upload(project_id, data)

Uploads base64-encoded translations to the project.