<feed xmlns='http://www.w3.org/2005/Atom'>
<title>duitku/response.go, branch main</title>
<subtitle>Go module for duitku.com.</subtitle>
<id>http://git.kilabit.info/duitku/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/duitku/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/duitku/'/>
<updated>2023-08-15T07:38:20Z</updated>
<entry>
<title>all: add list of known error codes</title>
<updated>2023-08-15T07:38:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-08-15T07:38:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/duitku/commit/?id=e6d488096c580a0532e0c06719588a972130de55'/>
<id>urn:sha1:e6d488096c580a0532e0c06719588a972130de55</id>
<content type='text'>
The list is taken from
https://docs.duitku.com/disbursement/id/?json#error-code
</content>
</entry>
<entry>
<title>all: export all of status codes</title>
<updated>2023-08-15T07:37:26Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-08-15T07:28:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/duitku/commit/?id=e38426b6eea0bf190a58c49953c4b22fad98f692'/>
<id>urn:sha1:e38426b6eea0bf190a58c49953c4b22fad98f692</id>
<content type='text'>
While at it, change the code prefix from ResCodeXXX to StatusCodeXXX so
we can add another error codes later.
</content>
</entry>
<entry>
<title>all: do not check for response Code on transfer</title>
<updated>2022-11-30T04:46:03Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-11-30T04:38:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/duitku/commit/?id=8b09c9242786c89c230648527d39fbdf0276fc5c'/>
<id>urn:sha1:8b09c9242786c89c230648527d39fbdf0276fc5c</id>
<content type='text'>
As long as the response body is valid, return it to caller and let them
check the response code manually.

This is to allow user to log the request and full response.
</content>
</entry>
<entry>
<title>all: export the request and response types</title>
<updated>2022-11-04T12:26:30Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-11-04T12:26:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/duitku/commit/?id=f56f142d9a9b10beac2081695cfbbbff481d4297'/>
<id>urn:sha1:f56f142d9a9b10beac2081695cfbbbff481d4297</id>
<content type='text'>
This is to make documentation for the type that embed those types more
clear.
</content>
</entry>
<entry>
<title>all: realign all struct</title>
<updated>2022-10-31T10:33:38Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-10-31T10:17:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/duitku/commit/?id=1846d3fc5d6a364986c073afccc66936ab3e469d'/>
<id>urn:sha1:1846d3fc5d6a364986c073afccc66936ab3e469d</id>
<content type='text'>
This is to minimize the memory usage.

In the response struct we remove unused Data field.
</content>
</entry>
<entry>
<title>duitku: library and HTTP client for duitku.com</title>
<updated>2022-10-19T11:54:29Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-10-19T11:44:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/duitku/commit/?id=bc1c453eb8a3c8b5bac406c5c4f09af06034247c'/>
<id>urn:sha1:bc1c453eb8a3c8b5bac406c5c4f09af06034247c</id>
<content type='text'>
Currently, the client provide API for fetching list of banks for
disbursement.

See https://docs.duitku.com/ for reference.
</content>
</entry>
</feed>
