adamritter / fastgron

High-performance JSON to GRON (greppable, flattened JSON) converter
MIT License
592 stars 10 forks source link

fastgron add header option for Auth #13

Closed n4n0r closed 1 year ago

n4n0r commented 1 year ago

Hi,

Great project.

Suggestion: add an option to fastgron to specify a header, such as an Authentication header for exemple, so you can use it with authenticated APIs.

Thanks !

Ronan

adamritter commented 1 year ago

Thanks for the suggestion!

I implemented it in https://github.com/adamritter/fastgron/tree/v0.6.4

It should soon be available on homebrew as well.