Skip to content

Commit 0b3a695

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents af61b17 + 022983a commit 0b3a695

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2424
Or 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.
6868
The result objects returned by the services all have fully documented getters.
6969
Many 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
7272
of 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

0 commit comments

Comments
 (0)