ExCrowdin.get_file_id

You're seeing just the function get_file_id, go back to ExCrowdin module for more information.
Link to this function

get_file_id(struct, field)

Specs

get_file_id(struct(), atom()) :: {:ok, binary()} | {:error, any()}

Get crowin file ID by name. If it doesn't exist, create a new one.

Example

{:ok, file_id} = ExCrowdin.get_file_id(%Job{}, :title)