Use the HCB API without being part of HQ (by spoofing HCB Mobile 😛)
kashsuks
Check their projects out: Yapper - A slack bot for my channel, Go Games, Buckrise, Neohack - YSWS Site, CPVim, CPCli, CFCli, Domain Expansion (Personal Site)
Rowan
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I did a full rewrite of HCB-API. Some new features:
- Audit logging
- Multiple apps with separate API keys for each
- Audit logs, scoped by app
- Allows restricting money movement (e.g. creating grants, sending wire transfers)
- Allows restricting card APIs (e.g. viewing card details)
Started and finished HCB-API!
Here are some cool things about it:
- Setup wizard to help you go through the spoofing process
- Dashboard to check current token validity
- Authentication with a master key (both for API and dashboard)
- Very lightweight - only dependencies are ArkType (for API validation) and Hono (lightweight API framework)
- Near zero JS
- Very, very easy to set up - you can go from zero to fully deployed instance in less than 5 minutes!
To see a real world example, check out https://hcb.hackclub.com/converge/transactions - it has 30+ grants created with HCB-API! Without it, it would've taken five hours to make them manually!