DataForSeo v0.1.2 DataForSeo.Behaviour behaviour View Source

A definition of the intended behavior of the core functions.

Link to this section Summary

Link to this section Callbacks

Link to this callback

configure()

View Source
configure() :: Keyword.t() | nil
Link to this callback

configure(arg1)

View Source
configure(Keyword.t()) :: :ok
Link to this callback

configure(arg1, arg2)

View Source
configure(:global | :process, Keyword.t()) :: :ok
Link to this callback

create_tasks(map, arg2, arg3, arg4, arg5)

View Source
Link to this callback

request(arg1, arg2)

View Source
request(:get | :post, String.t()) :: map()
Link to this callback

request(arg1, arg2, arg3)

View Source
request(:get | :post, String.t(), Keyword.t()) :: map()