Skip to content

Commit

Permalink
added Country taxonomy, basePath option
Browse files Browse the repository at this point in the history
added Country taxonomy, basePath option
  • Loading branch information
namsor authored Feb 28, 2020
1 parent 35b390b commit 8061dd6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ NB: we use Unix conventions for file paths, ex. samples/some_fnln.txt but on MS
```bash
java -jar target/NamSorToolsV2-1.0-SNAPSHOT.jar

usage: NamSorTools -apiKey <apiKey> [-countryIso2 <countryIso2>] [-digest]
[-e <encoding>] -f <inputDataFormat> [-h] [-header] -i <inputFile>
[-o <outputFile>] [-r] -service <service> [-uid] [-w]
usage: NamSorTools -apiKey <apiKey> [-basePath <basePath>] [-countryIso2
<countryIso2>] [-digest] [-e <encoding>] -f <inputDataFormat> [-h]
[-header] -i <inputFile> [-o <outputFile>] [-r] -service <service>
[-uid] [-w]
-apiKey,--apiKey <apiKey> NamSor API Key
-basePath,--basePath <basePath> Base Path, ex.
https://v2.namsor.com/NamSorAP
Iv2
-countryIso2,--countryIso2 <countryIso2> countryIso2 default
-digest,--digest SHA-256 digest names in output
-e,--encoding <encoding> encoding : UTF-8 by default
Expand Down

0 comments on commit 8061dd6

Please sign in to comment.