hivesolutions / appier-extras

Appier on Steroids
http://appier-extras.hive.pt
2 stars 3 forks source link

Support for api call limiting decorator @appier_extras.limit(calls = 60) #11

Open joamag opened 8 years ago

joamag commented 8 years ago

Description

To be able to limit the requests frequency on an Appier instance it's important to have a decorator on such methods and be able to also apply a global limit via configuration.

This must be created recurring to a simple part called LimitPart .

References

Flask - Rate Limiting Decorator with Redis