Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Fatih Kılıç edited this page May 5, 2019 · 7 revisions

What is AnyAPI

AnyAPI is a library built on top on requests to implement my IGQL API much faster and to have much better looking code. So AnyAPI is a library that helps you to write any API wrappers with ease and in pythonic way.

But how?

  • Have better looking code using dynamic method calls.
  • Filters to help you to modify request, raise errors or log requests instead of writing functions everywhere.
  • Scoped calls to raise errors and take action if necessary.
  • Automatic retrying if the condition met with what you passed.
  • Built-in rate limit proxy changer. (you can write your own proxy handler)
  • Since it is built on top of requests anything compatible with it is compatible with AnyAPI.
Clone this wiki locally