API First? No, thank you! Schema-first, please!
I've developed a lot of APIs, and have been working API-first, with rough steps like the following:
Write a very rough API in whatever framework, returning sample responses
Generating a schema from the API, i.e. with Swashbuckle
Sharing the schema...
blog.cwb.dk6 min read