isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

feat(axios): add method to github api logs #862

Closed caando closed 1 year ago

caando commented 1 year ago

Problem

Currently our logs of requests to GitHub api only has the endpoint and not the request method. This presents difficulties in identifying which api its calling and whether its a read/write request.

Closes IS-366

Solution

Add request method to GitHub api logs.

Breaking Changes