QITech.API.Health (QITech v0.2.6) View Source

Provides Health API interfaces.

You can:

  • Check rest api is working fine or not

QI Tech API reference

Link to this section Summary

Functions

Health API.

Link to this section Functions

Health API.

Examples

iex> QITech.API.Health.ping()
{:ok, %{body: %{"ping" => "pong", "success" => "Congrats!"}, status: 201}}