Hulak started as a "why doesn't this exist yet" itch a few years ago. It's a file-based API client that runs from your terminal:
• requests are YAML files you commit to git
• secrets are age-encrypted — safe to commit too
• REST + GraphQL + OAuth, single Go binary
• hulak run ./requests/ runs a whole dir concurrently
Open source, MIT 👇
https://www.github.com/xaaha/hulak
#golang #opensource #devtools #cli #graphql