Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api collection OPTIONS Enhancement to expose list of supported subcollections #13681

Merged
merged 1 commit into from
Jan 27, 2017

Conversation

abellotti
Copy link
Member

OPTIONS /api/vms

{
  ....
  "subcollections" : [
    "accounts",
    "custom_attributes",
    ...
  ]
  "data" : {
  }
}

This enhancement is necessary for continuing work on the API Client to support subcollections.

…lections

OPTIONS /api/vms

{
  ....
  "subcollections" : [
    "accounts",
    "custom_attributes",
    ...
  ]
  "data" : {
  }
}

This enhancement is necessary for continuing work
on the API Client to support subcollections.
@miq-bot
Copy link
Member

miq-bot commented Jan 27, 2017

Checked commit abellotti@2395855 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
3 files checked, 0 offenses detected
Everything looks good. 🍪

Copy link
Member

@gtanzillo gtanzillo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@gtanzillo gtanzillo added this to the Sprint 53 Ending Jan 30, 2017 milestone Jan 27, 2017
@gtanzillo gtanzillo merged commit 479460f into ManageIQ:master Jan 27, 2017
@abellotti abellotti deleted the api_options_subcollections branch January 27, 2017 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants