QITech.API.Test (QITech v0.1.0) View Source

Provides test API interfaces.

You can:

  • Test if rest api is working fine or not

QI Tech API reference

Link to this section Summary

Functions

Test API.

Link to this section Functions

Test API.

Examples

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