hackclub / hackclub/banker-api
Set up basic API Service.
Open
- Dominant language
- No language data
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Specs:
- [ ] `GET` balance - Self-explanatory.
- [ ] `GET` invoice - Gets an invoice from ID
- [ ] `GET` invoices - Gets all ingoing and outgoing invoices for the user.
- [ ] `POST` transfer/transaction - verifies a transaction, then transfers GP from one user to the other.
- [ ] `POST` invoice - Used by the `/invoice` command. This should create a new invoice between two users.
- [ ] `DELETE` invoice - When an invoice has been paid, this is invoked.
Contributor guide
Assessment
This issue has not been assessed yet.