Closed mendhak closed 6 months ago
The original URL, https://api-metoffice.apiconnect.ibmcloud.com/... no longer works.
https://api-metoffice.apiconnect.ibmcloud.com/...
The dashboard shows that the site specific API, which is what this project uses, is 'legacy'.
The new API key format is a single JWT instead of a client ID and a secret.
The new HTTP request format is:
curl -X GET "https://data.hub.api.metoffice.gov.uk/sitespecific/v0/point/daily?latitude=xxx&longitude=xxx" \ -H "accept: application/json"\ -H "apikey: xxxxx"
https://github.com/mendhak/waveshare-epaper-display/pull/84
The original URL,
https://api-metoffice.apiconnect.ibmcloud.com/...
no longer works.The dashboard shows that the site specific API, which is what this project uses, is 'legacy'.
The new API key format is a single JWT instead of a client ID and a secret.