Chris Martinez

Results 311 comments of Chris Martinez
trafficstars

@Criperum which update are you looking for? If you're using part of the OData stack and trying combine it with the API Explorer, it will not work - today. I'm...

This thread has gone dark. Thank you for all the feedback and discussion. `6.0` has been officially released and contains support for using only _some_ of OData. The [_some_ OData...

Have you retried (recently)? I just downloaded and open the file just fine. It's definitely valid JSON. It can be further confirmed by simply opening the link/document in the browser....

This appears to have a been a transient issue that occurred on your build server. It's been a couple of months without an update, so I'm going to assume the...

Let me try to confirm what you want to achieve. It's not 100% clear which platform this is, but it looks like it _might_ be Web API. Consider the following:...

There are numerous ways to divide and conquer how different API versions are implemented. They can be separate types, methods, or even branches within the same method. The approach you...

By _docs_, I presume you mean OpenAPI (formerly Swagger). Assuming that is true, then the answer is - yes, provided you're also using the API Versioning API Explorer extensions. The...

@simple-nathan were you able to solve your problem? While it's true that might have 2 entries for `v2` and `v3` that map to the same implementation method, it's just that...

This question appears to been answered and I presume resolved so I'm going to close it out. If it's not or you still need additional assistance, I'm happy to provide...

Unfortunately, you've been hit by _The Chicken or The Egg_ problem. 😆 I tried to hide it or get around it, but order matters in this case. The collated set...