Consistent method names

2009-01-14 Thread Abraham Williams
I was thinking that it would be good to have more consistency in method names. This would be best implemented in the next version of the API and some of it may already be planned. Currently update, new, create, and follow are all used for creating something new. Could be simplified to just use

Re: Consistent method names

2009-01-14 Thread Alex Payne
We're going for more consistency, but also more RESTfulness. So rather than a bunch of creates in the method names, you'll POST to a collection you want to add to, and DELETE when you want to remove from it (but since many HTTP libraries don't really support DELETE, we'll provide an alias for