modulepackage
0.0.0-20240621210309-e8de1700320b
Repository: https://github.com/bluengop/cortex-client.git
Documentation: pkg.go.dev
# README
Cortex API client
A Cortex API client writen in Go.
Requisites
Go >= 1.20.0
.- A valid Cortex API Bearer Token (see api-keys).
Setup
The client is expecting a file config.env
in the root folder of this repo. Create that file with the content below, and update the information accordingly:
BASE_URL = "https://api.getcortexapp.com/api/v1"
API_KEY = "<YOUR-CORTEX-API-KEY>"
More info:
- The layout of the project is based on the official modules layout for packages or commands with supporting packages.
# Packages
No description provided by the author