RescueGroups.org (Independent Publisher) (#1802)
* 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
This commit is contained in:
Родитель
173506575f
Коммит
976a7b9ea0
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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": "RescueGroups.org"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
# RescueGroups
|
||||
Since 2002, RescueGroups.org has provided animal welfare organizations with easy to use, free and low-cost services like the Pet Adoption Portal to help maximize animal adoptions.
|
||||
|
||||
## Publisher: Troy Taylor, Hitachi Solutions
|
||||
|
||||
## Prerequisites
|
||||
There are no prerequisites needed to use this service.
|
||||
|
||||
## Obtaining Credentials
|
||||
An API Key must be requested using the [form on the RescueGroups.org website](https://rescuegroups.org/services/request-an-api-key/).
|
||||
|
||||
## Supported Operations
|
||||
### Get breeds
|
||||
Retrieves a list of breeds.
|
||||
### Get breed by ID
|
||||
Retrieves the breed information by identifier.
|
||||
### Get breeds by species
|
||||
Retrieves a list of breeds by species.
|
||||
### Get breeds by species ID
|
||||
Retrieves a list of breeds by species identifier.
|
||||
### Get organizations
|
||||
Retrieves a list of organizations.
|
||||
### Get organization by ID
|
||||
Retrieve an organization by identifier.
|
||||
### Get animals
|
||||
Retrieve a list of animals.
|
||||
### Get animals by status
|
||||
Retrieves a list of animals by status.
|
||||
### Get animal by ID
|
||||
Retrieves an animal's information by identifier.
|
||||
### Get animals at organization
|
||||
Retrieve a list of animals at an organization.
|
||||
### Get animals at organization by status
|
||||
Retrieves a list of animals at an organization by status.
|
||||
|
||||
## Known Issues and Limitations
|
||||
There are no known issues at this time.
|
Загрузка…
Ссылка в новой задаче