API Reference elixir_google_spreadsheets v#1.0.2
Copy MarkdownModules
Bootstrap Google Spreadsheet application.
Authentication for the Google Sheets API.
Model of Client abstraction This process is a Producer for this GenStage pipeline.
Model of Limiter request subscribed to Client with partition :write or :read
Worker of Request subscribed to Limiter, call request to API and send an answer to Client.
Request parameters flowing through the client GenStage pipeline.
Supervisor to keep track of initialized Client, Limiter and Request processes.
Raised in case non 200 response code from Google Cloud API.
Raised in case more than 255 columns is queried.
Raised in case invalid input params are passed
Raised in case invalid range is defined.
Raised on the first API request when no authentication is configured for
:elixir_google_spreadsheets.
Thin facade over Elixir's Registry for locating running spreadsheet processes.
Model of Google Spreadsheet for external interaction.
Supervisor to keep track of initialized spreadsheet processes.