Replies: 1 comment
-
There's not a central admin API place for this value, since the value is somewhat dynamic, based on what you are limiting by. For example, with The only way to know this type of information is to invoke the plugin as a normal request, and inspect the metadata in the headers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to get the value of "X-RateLimit-Remaining", can I get this by calling the GET method? I know this requires code modification, so I need a direction
I wish to call
GET plugins/{uuid}
to Get the value of this fieldX-RateLimit-Remaining-Minute
Beta Was this translation helpful? Give feedback.
All reactions