Miaxos / octokit-rs

Octokit Types for Rust
MIT License
4 stars 0 forks source link

Switch to using OpenAPI spec for webhooks #38

Open wolfy1339 opened 4 months ago

wolfy1339 commented 4 months ago

Hello,

This repository was linked over in octokit/webhooks#911, and I noticed you are still using the community generated schemas.

The @octokit/webhooks-schemas package will be deprecated in the near future and will no longer receive updates, see https://github.com/octokit/webhooks/issues/901

I recommend you switch over to https://github.com/octokit/openapi-webhooks

https://unpkg.com/@octokit/openapi-webhooks/generated/api.github.com.json

Unfortunately, this means that you will need to refactor your code, and is probably best bundled in a breaking change.

Miaxos commented 4 months ago

Thank you for your input! I'll update it accordingly soon so :-)