Added the Rate Limiting headers #7
Reference in New Issue
Block a user
Delete Branch "library/rate-limiting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to define the
RateLimit,RateLimitRemainingand theRateLimitUsedheades into the Open API specification document, as well as including these headers as part of the response for every existing endpoint declared in the mentioned document.In addition, the
openapi-generator-configfiles was also changed to have a different naming strategy.