fastmail / Ix

automatic generation of JMAP-style APIs
GNU General Public License v2.0
10 stars 5 forks source link

Rename methods to match JMAP names #123

Closed mmcclimon closed 4 years ago

mmcclimon commented 4 years ago

I'm not sure why we decided not to do this when we did the big renaming. This commit changes the method names (and their hooks) to better match the JMAP verbs to which they correspond. That entails this set of changes:

This also changes the name of the tests so that they still make sense: updates.t is now changes.t, and get_foo_list.t is now query.t.

wolfsage commented 4 years ago

Seems good! Dependent projects will need changes of course