Pexels.Client.Photo.PhotoSearchRequest (Pexels v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Pexels.Client.Photo.PhotoSearchRequest{
  color: Pexels.Color.t() | nil,
  locale: Pexels.Client.Locale.t() | nil,
  orientation: Pexels.Client.Orientation.t() | nil,
  page: :integer | integer(),
  per_page: Pexels.Client.Limit.t() | integer(),
  query: String.t(),
  size: Pexels.Client.Size.t() | nil
}

Link to this section Functions

Link to this function

cast(params, opts \\ [])

View Source

Callback implementation for Construct.cast/2.

Link to this function

get(struct, key, default \\ nil)

View Source
Link to this function

make(params \\ %{}, opts \\ [])

View Source

Callback implementation for Construct.make/2.

Link to this function

make!(params \\ %{}, opts \\ [])

View Source

Callback implementation for Construct.make!/2.