Open Charge Map (Independent Publisher) (#1863)
* Revert "Merge branch 'microsoft:dev' into dev" This reverts commit096a7c3199
, reversing changes made tocb0948670f
. * Revert "Merge branch 'microsoft:dev' into dev" This reverts commitcb0948670f
, reversing changes made todc26e8a026
. * Revert "Revert "Merge branch 'microsoft:dev' into dev"" This reverts commit01764d0a6d
. * Revert "Revert "Merge branch 'microsoft:dev' into dev"" This reverts commita3f086ef0f
. * Add files via upload * Revert "Add files via upload" This reverts commiteeff7b7a02
. * Add files via upload * Delete independent-publisher-connectors/FileIO directory * Add files via upload
This commit is contained in:
Родитель
4c14259a4b
Коммит
743c9674b0
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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.
|
Загрузка…
Ссылка в новой задаче