You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@ You can obfuscate passwords in the props file the same way as for jetty:
415
415
* db.url=OBF:fdsafdsakwaetcetcetc
416
416
417
417
## Rate Limiting
418
-
We support rate limiting i.e functionality to limit calls per consumer key (App).
418
+
We support rate limiting i.e functionality to limit calls per consumer key (App). Only `New Style Endpoins` support it. The list of they can be found at this fie: https://github.com/OpenBankProject/OBP-API/blob/develop/src/main/scala/code/api/util/NewStyle.scala.
419
419
It is assumed that you have a Redis instance if you wan to use the functionality. In order to make it work edit your props file in next way:
420
420
```
421
421
use_consumer_limits=false, In case isn't defined default value is "false"
@@ -429,7 +429,6 @@ Next types are supported:
429
429
3. per day
430
430
4. per week
431
431
5. per month
432
-
6. per year
433
432
```
434
433
If you exced rate limit per minute for instance you will get the response:
0 commit comments