Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Releases: FKLC/AnyAPI

v1.1.701

25 May 12:56
Compare
Choose a tag to compare
now attributes can set using kwargs

v1.1.602

05 May 17:57
Compare
Choose a tag to compare
Now exception is passing to retry_until's condtion

v1.1.6

05 May 15:55
Compare
Choose a tag to compare
New utils!

v1.1.503

01 May 14:30
Compare
Choose a tag to compare
Wrong requirement name fixed

v1.1.502

01 May 13:07
Compare
Choose a tag to compare
forgot adding AttributeRouter to travis

Really small improvements

27 Apr 12:56
Compare
Choose a tag to compare
  • Added tests
  • Removed f-string to support Python3.5

v1.1.5

23 Apr 20:50
Compare
Choose a tag to compare

Changes:

  • Scoped call is now accepts list of functions
  • scoped_call is now called scoped_calls

Bug Fixes:
In the old version I always unpacked kwargs to new dict to add path and url to it and this causes several bugs which is fixed in this update:

  • Now it doesn't creates empty JSON data until you set
  • Now you can really modify kwargs of requests

v1.1.401

22 Mar 19:22
Compare
Choose a tag to compare

Fixed bug in RateLimitProxy which is caused by library not passes path to get function.

v1.1.4: Huge Change (Check Description And New Wiki)

16 Mar 11:36
Compare
Choose a tag to compare

AnyAPI Now

  • Much More Memory Efficient
  • Much More Clean
  • Supports Writing Proxy Handler
  • Still Supports Old Codes (If you are not using proxy_configuration,
    default_data, default_json)