Skip to content
Advertisement

Tag: github-api

How to parse link header from github API

the github API sends the pagination data for the json results in the http link header: since the github API is not the only API using this method (i think) i wanted to ask if someone has a useful little snippet to parse the link header (and convert it to an array for example) so that i can use it

Advertisement