RescueGroups.org (Independent Publisher) (#1802)

* 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
This commit is contained in:
Troy Taylor 2022-07-20 14:59:05 -04:00 коммит произвёл GitHub
Родитель 173506575f
Коммит 976a7b9ea0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5649 добавлений и 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": "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.