Summary: unable to call API via fossapi CLI
Installation:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fossas/fossapi/releases/latest/download/fossapi-installer.sh | sh
Configuration:
% export FOSSA_API_KEY=<SECRET>
Invocation:
% fossapi list projects
Error: HTTP error: error sending request for url (https://app.fossa.com/api/v2/projects?page=1&count=20)
Debug:
- I opened that URL in the browser and found I was able to connect and fetch the page.
- I tried two different API keys
Summary: unable to call API via fossapi CLI
Installation:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fossas/fossapi/releases/latest/download/fossapi-installer.sh | shConfiguration:
% export FOSSA_API_KEY=<SECRET>Invocation:
Debug: