Closed jacksonoberkirch closed 6 months ago
What I'm doing:
Updating client with get and adding project module needed for projects list endpoint What it looks like:
## Returns {:ok, %{status: "ok", response: %{ "projects": [ { "id": 1, "name": "ProdOps", "overview": "This is the project overview" } ]}}} """ def list_projects(config) do Project.list(config) end
What I'd like feedback on:
Anything you can think of, let me know if you have any questions!
What I'm doing:
Updating client with get and adding project module needed for projects list endpoint What it looks like:
What I'd like feedback on:
Anything you can think of, let me know if you have any questions!