misenhower / splatoon3.ink

🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
https://splatoon3.ink
MIT License
225 stars 22 forks source link

[Feature Request] JSON schema for API endpoints #51

Open M1N0RM1N3R opened 11 months ago

M1N0RM1N3R commented 11 months ago

Exactly what it says on the tin. Having a JSON schema is useful because it lets us devs know exactly what to expect from an endpoint, and we can use various tools to cover their turf with it generate or hand-write typed models for (de)serialization libraries such as Pydantic in Python or Serde in Rust.