Akash Mahanty
|
c0252edff2
|
updated tests for availability_api.py and also added max_tries(default value is 3) with delay (sleep) between successive API calls. The dealy actually improves the performace of the availability_api interface.
|
2022-01-23 15:05:10 +05:30 |
|
Akash Mahanty
|
1bacd73002
|
created pytest.ini, added test for waybackpy/availability_api.py, new exceptions all of which inherit from the main WaybackError and created requirements-dev.txt
|
2022-01-23 01:29:07 +05:30 |
|
Akash Mahanty
|
fd5e85420c
|
waybackpy/availability_api.py : removed unused imports, added doc strings, removed redundant function.
|
2022-01-21 22:47:44 +05:30 |
|
Akash Mahanty
|
66e16d6d89
|
define __repr__ for the Availability API class
|
2022-01-18 20:34:21 +05:30 |
|
Akash Mahanty
|
cc3628ae18
|
define __str__ for objects of WaybackMachineAvailabilityAPI class, the check for self.JSON ensures that the API was atleast called.
|
2022-01-16 22:28:12 +05:30 |
|
Akash Mahanty
|
1d751b942b
|
invoke json, was a bad idea removing it the earlier commit as the end user should not have to call it
|
2022-01-16 22:15:25 +05:30 |
|
Akash Mahanty
|
261a867a21
|
near() method of WaybackMachineAvailabilityAPI return self to preserve past behaviour
|
2022-01-16 21:53:54 +05:30 |
|
Akash Mahanty
|
4e68cd5743
|
Create separate module for the 3 different APIs also CDX is now CLI supported.
|
2022-01-02 14:14:45 +05:30 |
|