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

Filtering on mediatype should filter first on mediatype, then encoding #138

Closed
jdolitsky opened this issue Oct 31, 2019 · 2 comments
Closed
Milestone

Comments

@jdolitsky
Copy link
Contributor

Instead of passing an array (slice) of acceptable mediatype strings, we should instead pass an array of objects such as

{
  mediaType: "application/vnd.unknown.config.v1", 
  supportedEncodings: [
    "+json",
    "+yaml"
  ]
}
@shizhMSFT shizhMSFT added this to the v0.14.0 milestone May 7, 2022
@shizhMSFT
Copy link
Contributor

@jdolitsky We might need drop the "allow media type" by #130

@shizhMSFT
Copy link
Contributor

Closing as --allow-media-type is dropped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants