Hi,
I’ve been watching the postman videos for api first design and following the design of the union.fashion examples. In the demos, Kin Lane builds each api endpoint (/products, /orders, /users) in their own workspace. Inside each workspace he has collections for tests, monitoring, working, mocking, documentation, etc.
I was wondering if that’s the preferred approach to a large api as opposed to just having an api in a single team workspace? Are there pros and cons to each approach?