blockfrost / openapi

OpenAPI specification for Blockfrost.io service
https://docs.blockfrost.io
MIT License
22 stars 16 forks source link

Update generated rust models #384

Closed SupernaviX closed 7 hours ago

SupernaviX commented 4 days ago

Update the rust blockfrost-openapi models to match the newest version of the openapi spec.

This is a slightly breaking change, as one type used by blockfrost-rust has been deleted. However,

  1. This package is on major version 0, so semver rules are OK with it
  2. The type was an empty struct, and I'm replacing it with a newly generated type that actually has the relevant data
vercel[bot] commented 4 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
openapi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 3:25am
vladimirvolek commented 1 day ago

Hello, thanks for the update! Do you need the /apis folder?

SupernaviX commented 22 hours ago

Hello, thanks for the update! Do you need the /apis folder?

Nope! Didn't notice it was new, I just got rid of it.