You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,10 @@
2
2
3
3
This is a basic implementation of a client library written in go to interract with Kill Bill.
4
4
5
-
The http layer based has been adapated from the existing [napping](https://github.com/jmcvetta/napping) go repository (was itself was inspired by Python's excellent [Requests](http://docs.python-requests.org/en/latest/) library.
5
+
The http layer has been adapated from the existing [napping](https://github.com/jmcvetta/napping) go repository (which was itself inspired by Python's excellent [Requests](http://docs.python-requests.org/en/latest/) library.
6
+
7
+
# Status
8
+
9
+
Only a few APIs have been implemented so far, mostly around payments call. There is an example which using go concurrency feature to throw some load at an existing running Kill Bill instance.
0 commit comments