Expose max API version #222
Labels
backlog
Pull requests/issues that are backlog items
help wanted
Issues identified as good community contribution opportunities
refined
Issues that are ready to be prioritized
Milestone
I want to be able to programmatically get the latest API version that the client can use.
For example, if I use NGINX Plus R29 that supports up to version
8
of the API, I want this function to return8
even if the client supports up to version9
.If hypothetically R32 comes out with a new version
10
and the client is not yet updated to support it, this function should return9
.The text was updated successfully, but these errors were encountered: