matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 151 forks source link

Refactor provisioning API #1655

Closed justinbot closed 1 year ago

justinbot commented 1 year ago

(Much of these changes derived from #1508)

Makes significant updates to the Provisioning API implementation, namely refactoring to use the ProvisioningApi class from matrix-appservice-bridge.

Also implements request validation and consistent error handling across the API.