View Source Permify.Server (Permify v0.1.0)
Provides some information about the service.
Link to this section Summary
Functions
Checks the status of the service by sending a ping and expects to return pong.
Returns the version of the service.
Link to this section Types
Link to this section Functions
@spec ping(Permify.Client.t()) :: {:ok, pong()} | Permify.Client.error()
Checks the status of the service by sending a ping and expects to return pong.
@spec version(Permify.Client.t()) :: {:ok, version()} | Permify.Client.error()
Returns the version of the service.