Subject: | API constant incorrect |
use constant API_POSTSFORUSER_RECENT => join("/",LOCAL_API_POSTS,"get");
use constant API_POSTSFORUSER => join("/",LOCAL_API_POSTS,"recent");
These two lines appear in Api.pm, and are clearly reversed in value. _RECENT should be "recent" and the other should be get. Reversing these values causes Net::Delicious to, well, work properly.
Thanks! Great module.