I've made the API for Amazon SES: http://tagmask.com/vladimir/posts/26
It is my first experience in creating an API for such serious service. I want to make it useful for people, so my main question is what best practices to creating such API?

link|improve this question
Once you get some feedback on best practices, you can get feedback on the code itself at codereview.stackexchange.com. – TryPyPy Jan 26 '11 at 20:23
I would suggest looking at how the boto python project has coded python bindings for AWS APIs. They do a good job and I learned from reading that code. – Spike Gronim Jan 26 '11 at 23:12
feedback

1 Answer

I am assuming this wont be a REST API or service, rather a wrapper for the new Amazon SES.

For a RESTful service, i'd defer you to REST guidelines As for generic API design, there's a good start here. There are several PDF's available worth a read.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.