revelrylabs / prodops_ex

The Elixir SDK for ProdOps
MIT License
0 stars 0 forks source link

Validate Endpoint #1

Closed gk-per closed 6 months ago

gk-per commented 6 months ago

What I'm doing:

What it looks like:

iex(1)> ProdopsEx.validate(%ProdopsEx.Config{bearer_token: "PROD_API_KEY_HERE"})
{:ok,
 %{status: "ok", response: %{"team_id" => 40, "team_name" => "ProdOps Demos"}}}

What I'd like feedback on: