valeriansaliou / raider

🐎 Affiliates dashboard. Used by affiliates to generate tracking codes and review their balance.
https://crates.io/crates/raider-server
Mozilla Public License 2.0
146 stars 31 forks source link

Feature Request: API for managing payouts #6

Open M0r13n opened 4 years ago

M0r13n commented 4 years ago

It would be helpful if it was possible to access payouts via the API. I think about the following two usecases:

1.) Set the status of an payout request. -> Accept, dismiss or finish the payout.

2.) Access payments and traces of a user.

Currently I have to expose my database host and write some custom logic.

valeriansaliou commented 4 years ago

Yes, indeed, that's a great idea. I accept PRs on this one :)

M0r13n commented 4 years ago

I would love to create one. But I never really programed something in Rust. 😬