View Source Kraken.Routes (kraken v0.2.5)

Link to this section Summary

Link to this section Functions

@spec all() :: {:ok, map()} | {:error, any()}
@spec define(String.t()) :: {:ok, String.t()} | {:error, any()}
@spec define(map()) :: {:ok, String.t()} | {:error, any()}
@spec delete() :: :ok