AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is Your API Documentation Really Needed?
Sarah was maintaining rest API for a company called Sproutling. She started using API because she liked the format and their specification. For larger changes, like adding an endpoint or deleting an endpoint, those were easy to remember to update with documentation. But for smaller things like deleting an attribute on a database table would trickle up to the endpoints. And so I decided I was just going to record the request and responses as the test ran and put them in a marked on file.