Giza.Http.from

You're seeing just the function from, go back to Giza.Http module for more information.
Link to this function

from(http_query, table)

Returns an api query augmented with a table to select from. Currently in this first version of the api only one table can be selected from.

Examples

iex> Giza.Http.new() |> Giza.Http.from("posts")