ManageIQ / manageiq-api-client

Ruby client library to the ManageIQ REST API
MIT License
11 stars 26 forks source link

Adding support for actions #29

Closed abellotti closed 8 years ago

abellotti commented 8 years ago
- Resource Actions
- Collection Actions
- Auto-fetch available collection actions upon method invokation.
- Refetch resource if actions undefined upon method invokation.
- Define hrefs if not yet defined by the server.
- Added support for ActionResult

Fixes #9 Fixes #10

abellotti commented 8 years ago

/cc @carbonin @bdunne fixed the issue we saw, args and blocks can be specified together. useful when common arguments needs to be passed in to list of resources. Thanks.

carbonin commented 8 years ago

:tada: Awesome! Great job @abellotti @Fryguy