Get config by type, language, repo and optional version. Returns the latest config if version is not specified.
cURL
curl --request GET \ --url https://{hostname}.gable.ai/v0/config \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "config_type": "<string>", "language": "<string>", "repo": "<string>", "version": "<string>", "project_root": "<string>" }'
{ "config_type": "<string>", "language": "<string>", "repo": "<string>", "project_root": "<string>", "version": "<string>", "config_value": {}, "created_at": "2023-11-07T05:31:56Z" }