HI there,
Just wondering if anyone has any experience interacting with the GitHub API on FME.
I'm trying to use an http caller to post a new issue to a Private repository, but get a 404 response body.
Get requests are fine with the authorisation headers i'm using:
Authorization: Bearer <my token>
Am I missing something obvious?
Thanks in advance,