6 ms·
Thanks for the explanation! That makes sense to consider the database structure when choosing between REST and GraphQL. I hadn't thought about purpose-driven
by rahhulk7 3y ago
Thanks for the explanation! That makes sense to consider the database structure when choosing between REST and GraphQL. I hadn't thought about purpose-driven design before - focusing on the use case sounds key to avoiding bloated APIs. Do you have any favorite resources on designing for specific use cases?
Also, are there any tools that can help with documenting or visualizing different API design options?
- stop50 3y agoFor documenting APIs swagger is an standard that is widely used.