ExClubhouse v0.5.1 ExClubhouse.Parse.Parser View Source

Default parser. Parses HTTP/JSON responses into Elixir models

Link to this section Summary

Link to this section Functions

Link to this function

parse(result)

View Source
parse(ExClubhouse.Client.Result.t()) ::
  {:ok, any()}
  | {:ok, [any()]}
  | :ok
  | :not_found
  | {:error, ExClubhouse.Error.t()}