File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Using Maven:
1818 <dependency>
1919 <groupId>org.nameapi.client</groupId>
2020 <artifactId>nameapi-client</artifactId>
21- <version>0.3 </version>
21+ <version>5.0 </version>
2222 </dependency>
2323
2424Or you can download the jar, or check out the source code from this GitHub project.
@@ -68,9 +68,8 @@ All input objects come with builders or nicely documented setters.
6868The result objects returned by the services all have fully documented getters.
6969Many input arguments are optional - that means you can start simple, and add more as you need.
7070
71- Behind the scenes this service api uses SOAP. But luckily you don't need to worry about any
71+ Behind the scenes this service api uses REST (previous versions used SOAP) . But luckily you don't need to worry about any
7272of the interface detail, you can just use the provided classes.
73- The complexity of some of the objects is the reason why SOAP was chosen over REST.
7473
7574#### Person input object
7675
You can’t perform that action at this time.
0 commit comments