-
@anuragkapur does this work as is? Or does `${latest-version}` need to be replaced by `0.1.0`?
``` xml
net.interfax
api-client
${latest-version}
```
-
@anuragkapur currently the README links to the 0.1.0 version of the JAR (under the OSS Sonatype InterFAX repository link). Can we link instead to a page that lists all versions? Or the latest version?…
-
Add this to the readme as we did in the Python, Node and Ruby libraries
-
@anuragkapur can we please add some syntax highlighting to the code samples?
You currently used indentation to make code samples:
```
InterFAXClient interFAXClient = new InterFAXJerseyClient();
…
-
- auto-tag
- use github releases section
- push to maven central
-
-
@if-adam In class names do we prefer `InterFAX` or `Interfax`? I see `InterFAX` used in all branding, but the downside is that this will lead to the following file name in some languages: `inter_fax` …
-
@if-adam Many package managers will require a name and email for listing the contributors. It would be good to list `InterFAX`. What email can we use for this? `developer@interfax.net`?
-
Does InterFAX have a default currency?
Currently I have this:
``` rb
client.account.balance
=> 9.86
```
And I am wondering if we should add the currency to the output. E.g.
``` rb
client.account.…
-
The following bots do not have a corresponding user-agent in the test suite. If you know any user-agent that will fulfil any of the following, please add it to `test/crawlers.txt`
- brainobot
- citese…