Skip to content

Commit beb4782

Browse files
committed
Update README.md
The Ontology is a Maven dependency now, the project is on GitHub.
1 parent 9055e2f commit beb4782

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ executor.execute(command, mode, null).get(); //returns "pong"
7272
All input objects come with builders or nicely documented setters.
7373
The result objects returned by the services all have fully documented getters.
7474
Many input arguments are optional - that means you can start simple, and add more as you need.
75+
The vocabulary for the communication, with input/output classes, is in the separate "Ontology" software. It is included as a Maven dependency. For the project page see https://github.com/optimaize/nameapi-ontology-java
7576

7677
Behind the scenes this service api uses REST (previous versions used SOAP). But luckily you don't need to worry about any
7778
of the interface detail, you can just use the provided classes.
@@ -175,9 +176,3 @@ DisposableEmailAddressDetectorCommand command = new DisposableEmailAddressDetect
175176
DisposableEmailAddressDetectorResult result = executor.execute(command, mode, "[email protected]").get();
176177
```
177178

178-
179-
## Development Setup for this Project
180-
181-
When you check out the project, make sure your IDE recognizes the "lib" folder with the ontology jar. If not automatic, then in IntelliJ IDEA right click the lib folder and select "Add as Library...".
182-
This dependency is currently not available from Maven Central. So it was the most convenient way of including the code.
183-

0 commit comments

Comments
 (0)