From 7e3c3fb5906aabcb9960aa7b61c7459bdba81cbd Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 13 Jul 2025 16:19:58 +0700 Subject: all: rewrite the README using markdown The idea is to make it rendered in git.sr.ht and pkg.go.dev. --- README | 60 ++++++++++++++++++++++++++++++++++++++++++------------------ README.adoc | 1 - README.md | 1 + 3 files changed, 43 insertions(+), 19 deletions(-) delete mode 120000 README.adoc create mode 120000 README.md diff --git a/README b/README index 0dadb3d..151ac3b 100644 --- a/README +++ b/README @@ -1,26 +1,50 @@ -= Go client for duitku.com -Shulhan -7 Nov 2022 -:toc: -:sectanchors: +# duitku -duitku is Go library and client for -https://duitku.com[duitku.com]. +duitku is a Go module for +[duitku.com](https://duitku.com). -Supported HTTP APIs, +Not all HTTP APIs are supported only some of them. +List of supported HTTP APIs, * Disbursement, - -** https://docs.duitku.com/disbursement/en/#transfer-online[Transfer online^] -** https://docs.duitku.com/disbursement/en/#clearing-transaction-flow[Clearing^] -** https://docs.duitku.com/disbursement/en/#inquiry-list-bank[Inquiry list bank^] -** https://docs.duitku.com/disbursement/en/#inquiry-check-balance-request[Check balance^] + * [Transfer online](https://docs.duitku.com/disbursement/en/#transfer-online) + * [Clearing](https://docs.duitku.com/disbursement/en/#clearing-transaction-flow) + * [Inquiry list bank](https://docs.duitku.com/disbursement/en/#inquiry-list-bank) + * [Check balance](https://docs.duitku.com/disbursement/en/#inquiry-check-balance-request) * Merchant, -** https://docs.duitku.com/api/en/#get-payment-method[Get payment method^] -** https://docs.duitku.com/api/en/#request-transaction[Inquiry^] -** https://docs.duitku.com/api/en/#check-transaction[Check transaction status^] + * [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) + + +## Development + + - Project page. + + - Link to the source code repository. + + +## License + +Copyright (C) 2022 M. Shulhan <ms@kilabit.info> + +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +You should have received a copy of the GNU General Public License along +with this program. +If not, see . -// SPDX-FileCopyrightText: 2022 M. Shulhan -// SPDX-License-Identifier: GPL-3.0-or-later + diff --git a/README.adoc b/README.adoc deleted file mode 120000 index 100b938..0000000 --- a/README.adoc +++ /dev/null @@ -1 +0,0 @@ -README \ No newline at end of file diff --git a/README.md b/README.md new file mode 120000 index 0000000..100b938 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +README \ No newline at end of file -- cgit v1.3