How Not to Write an API
Sean Clark
504

As a programmer I’m self-taught and as such I don’t always have a good handle on best practices. However, your summation of the Amazon PHP SDK/API mirrors mine exactly. It seems a whole lot more complicated than it needs to be. There’s a series of request-response type APIs that get you info immediately and then there’s those APIs that are facilitating a batch process. I always get confused.