phillbaker / digitalocean-node

Unofficial node client for the v2 DigitalOcean API
http://phillbaker.github.io/digitalocean-node
MIT License
67 stars 16 forks source link

Documentation fix #14

Closed omgimanerd closed 7 years ago

omgimanerd commented 7 years ago

Should there be two getAction() methods for the two types of page queries?

phillbaker commented 7 years ago

Thanks!

getAction() should only ever return one item I think? So no need for paging?

omgimanerd commented 7 years ago

Huh, there are query options for the getAction() under the Image Resources.

phillbaker commented 7 years ago

Ah! That's also wrong, those shouldn't be there! Good catch!