i’m trying to use the vendor api, but i get internal server errors, empty responses and nulls in several api paths
Is V1 api deprecated, if so where are the docs for v2?
for example i can succesfuly get my channels with the replicated commad:
REPLICATED_APP=myAppId REPLICATED_API_TOKEN=myToken replicated channel ls
ID NAME RELEASE VERSION
1Wzzzzzzzzzzzzz nightly 236 2020-04-14-nightly
9kjzzzzzzzzzzzzzzzzz alpha 234 alpha-test
but with the api is impossible along with another api paths:
curl -X GET -H ‘Authorization: myToken’ https://api.replicated.com/vendor/v1/app/myAppId/channels
returns empty response