Storyblok.Client behaviour (storyblok v2023.12.24-beta.1)

Summary

Callbacks

Link to this callback

execute(url, query, opts)

@callback execute(url :: binary(), query :: keyword(), opts :: keyword()) ::
  {:ok,
   %{status: pos_integer(), headers: keyword(), body: any(), client_opts: any()}}
  | {:error, any()}

Functions

Link to this function

execute(url, query, opts \\ [])