Added external API reference to README
This commit is contained in:
parent
5ddc7b6bd4
commit
1dd8d21cb7
1 changed files with 6 additions and 0 deletions
|
|
@ -286,6 +286,12 @@ $ oc create secret generic \
|
|||
auth-service-secrets
|
||||
```
|
||||
|
||||
### External APIs
|
||||
|
||||
There is one external API call to fetch required information related to the geographical location inserted by a user.
|
||||
The documentation for this geocoding service is available at https://developers.arcgis.com/rest/geocode/api-reference/geocoding-suggest.htm .
|
||||
Please note that there is no need for keys on this API call. It is **free-of-charge**.
|
||||
|
||||
## Update configuration
|
||||
|
||||
If you need to **update** existing configuration, then modify this repository and after having logged in, run:
|
||||
|
|
|
|||
Loading…
Reference in a new issue