pietersap

Results 9 comments of pietersap

confirmed and I agree, a more descriptive error "model Yield was not found" would be an improvement

This issue slightly overlaps with existing issue https://github.com/hashicorp/terraform-provider-azurerm/issues/24845, but this issue is more complete

I don't know if adding the [produces] attribute has much value. Even with the XML formatter installed, the controllers will default to JSON in no "accept" header is included. Only...

My 2 cents: If the changes in #109 are implemented, then 4XX errors are serialized to XML if requested in the header. Even without making changes in the code above....

Created a branch for this, we can merge it in the future if we ever want to support XML.

@MassimoC #103, edited. Yes, this issue is open for discussion of course, I have not created a PR

@fgheysels It's not entirely clear to me what you mean. The car entity already has properties Brand and CarBodyType. Currently, the API supports querying all cars and filtering on a...

I agree this would be nice. Especially with data objects it should be possible. Right now it happens that I want to use a data-object so I can reference certains...