currently you are only supporting the following format `application/vnd.myvendor+json;version=1` for the `Accept` header... Is it possible to also support the following format `application/vnd.myvendor.v1+json` ? similar to [github accept header](https://developer.github.com/v3/media/) which IMHO think cleaner format
currently you are only supporting the following format
application/vnd.myvendor+json;version=1for theAcceptheader...Is it possible to also support the following format
application/vnd.myvendor.v1+json? similar to github accept header which IMHO think cleaner format