CosmosDbEx.Client.get_documents

You're seeing just the function get_documents, go back to CosmosDbEx.Client module for more information.
Link to this function

get_documents(container, continuation_token)

Specs

get_documents(CosmosDbEx.Client.Container.t(), map()) ::
  {:ok
   | :bad_request
   | :conflict
   | :entity_too_large
   | :not_found
   | :storage_limit_reached
   | :unauthorized, CosmosDbEx.Response.t()}
Link to this function

get_documents(container, max_item_count \\ 100, continuation_token \\ nil)

Specs

get_documents(CosmosDbEx.Client.Container.t(), integer(), String.t()) ::
  {:ok
   | :bad_request
   | :conflict
   | :entity_too_large
   | :not_found
   | :storage_limit_reached
   | :unauthorized, CosmosDbEx.Response.t()}
get_documents(CosmosDbEx.Client.Container.t(), integer(), map() | nil) ::
  {:ok
   | :bad_request
   | :conflict
   | :entity_too_large
   | :not_found
   | :storage_limit_reached
   | :unauthorized, CosmosDbEx.Response.t()}