aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2026-02-12all: simplify README and remove the symlinkShulhan
Using symlink does not render the README correctly in the sourcehut.
2025-07-13Release duitku v0.1.0 (2025-07-13)v0.1.0Shulhan
List of supported HTTP APIs, * Disbursement, ** Transfer online ** Clearing ** Inquiry list bank ** Check balance * Merchant, ** Get payment method ** Inquiry ** Check transaction status
2025-07-13all: rewrite the README using markdownShulhan
The idea is to make it rendered in git.sr.ht and pkg.go.dev.
2023-02-01all: update README to include supported merchant APIsShulhan
Supported merchant APIs, * Get payment method - https://docs.duitku.com/api/en/#get-payment-method * Inquiry - https://docs.duitku.com/api/en/#request-transaction * Check transaction status - https://docs.duitku.com/api/en/#check-transaction
2022-11-07all: update README, license headers, and add MakefileShulhan
2022-10-19duitku: library and HTTP client for duitku.comShulhan
Currently, the client provide API for fetching list of banks for disbursement. See https://docs.duitku.com/ for reference.