You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new beatsaver has an OpenAPI specification. I've tried it out a little already and it's mostly correct but needs a few changes, such as removing the Tag enum, and a lot of required fields are marked as optional, such as map version, map version hash, etc.
The rust openapi generator generates all the api calls too, so this would limit us to tokio as a runtime instead of supporting async-std too.
The text was updated successfully, but these errors were encountered:
I'm not 100% sure when I'll get around to writing a user-friendly wrapper around the openapi interface, but I set up a generated openapi repository at beatsaver-openapi
The new beatsaver has an OpenAPI specification. I've tried it out a little already and it's mostly correct but needs a few changes, such as removing the
Tag
enum, and a lot of required fields are marked as optional, such as mapversion
, map versionhash
, etc.The rust openapi generator generates all the api calls too, so this would limit us to tokio as a runtime instead of supporting async-std too.
The text was updated successfully, but these errors were encountered: