fr.applicius

foorgol

package foorgol

Visibility
  1. Public
  2. All

Type Members

  1. case class CellValue(row: Int, col: Int, value: String) extends Product with Serializable

    Cell content

  2. trait HttpClient extends Closeable

    HTTP client abstraction.

  3. case class RefreshToken(clientId: String, clientSecret: String, token: String) extends Product with Serializable

  4. trait Spreadsheet extends AnyRef

    Google spreadsheet DSL.

  5. case class SpreadsheetInfo(id: String, updated: Date, title: String, selfUri: URI, worksheetsUri: URI) extends Product with Serializable

  6. trait WithHttp extends AnyRef

    HTTP commons functions.

  7. case class WorksheetCell(id: String, title: String, selfUri: URI, editUri: URI, row: Int, col: Int, value: String) extends Product with Serializable

  8. case class WorksheetCells(totalCount: Int, batchUri: URI, cells: List[WorksheetCell]) extends Product with Serializable

    Worksheet content (cells)

  9. case class WorksheetInfo(id: String, updated: Date, title: String, selfUri: URI, cellsUri: URI) extends Product with Serializable

    Information about a single worksheet.

  10. sealed trait WorksheetRange extends AnyRef

Value Members

  1. object HttpClient

    Client companion.

  2. object Spreadsheet

    Companion for Spreadsheet DSL

  3. object WorksheetRange

Ungrouped