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. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis internal config pkg catalog/v1 client/v1 Click to show internal directories. Click to hide internal directories.