Open Charge Map (Independent Publisher) (#1863)

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3199, reversing
changes made to cb0948670f.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb0948670f, reversing
changes made to dc26e8a026.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0a6d.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086ef0f.

* Add files via upload

* Revert "Add files via upload"

This reverts commit eeff7b7a02.

* Add files via upload

* Delete independent-publisher-connectors/FileIO directory

* Add files via upload
This commit is contained in:
Troy Taylor 2022-08-16 17:51:02 -04:00 коммит произвёл GitHub
Родитель 4c14259a4b
Коммит 743c9674b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1759 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor",
"stackOwner": "Open Charge Map"
}
}

Просмотреть файл

@ -0,0 +1,19 @@
# Open Charge Map API
The Open Charge Map service provides access to the worlds largest registry of charging locations. You can integrate this service into your own apps or services and export charging location data into your own systems.
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
There are no prerequisites to use this service.
## Obtaining Credentials
Once you have registered for an account, you will need to register an application to receive an API key.
## Supported Operations
### Get a list of POIs
Used to fetch a list of POIs (sites) within a geographic boundary or near a specific latitude/longitude.
### Get reference data
Returns the core reference data used for looking up IDs such as Connection Types, Operators, Countries etc.
## Known Issues and Limitations
It is currently not possible to authenticate with this service to receive an access token. Since an access token is required to submit a comment or photo, these actions are currently not available.