@unconventional-jackson/avoca-external-api
v0.0.1
Published
Referred from https://docs.housecallpro.com/docs/housecall-public-api/a4ca20a18010c-housecall-v1-api
Downloads
11
Readme
Avoca API
Referred from https://docs.housecallpro.com/docs/housecall-public-api/a4ca20a18010c-housecall-v1-api
Note that in order to use the standard @openapitools/openapi-generator-cli, some minor changes to the Housecall API spec were necessary. These included:
- Several
schema
objects of typearray
were missing anitems
key; these were mostly onGET
request query parameter definitions for theexpand
and*_ids
query arrays. Theitems
keys were added manually. - The CLI client does not support spaces in the regular expression validation for
securitySchemes
object keys, so the spaces were removed on theCompany API Key
definition and related definitions. - The
Get Jobs
operation had erroneously included anrequestBody
definition, which was removed. - The
Delete appointment
operation had erroneouslyrequestBody
definition, which was removed.