arkindex-client 1.2.0__py3-none-any.whl → 1.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
arkindex/mock.py CHANGED
@@ -13,8 +13,8 @@ MockRequest = collections.namedtuple("MockRequest", "operation, body, args, kwar
13
13
  class MockApiClient(ArkindexClient):
14
14
  """A mockup of the Arkindex API Client to build unit tests"""
15
15
 
16
- def __init__(self):
17
- super().__init__()
16
+ def __init__(self, *args, **kwargs):
17
+ super().__init__(*args, **kwargs)
18
18
 
19
19
  self.history = []
20
20
  self.responses = []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arkindex-client
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: API client for the Arkindex project
5
5
  Home-page: https://gitlab.teklia.com/arkindex/api-client
6
6
  Author: Teklia <contact@teklia.com>
@@ -3,7 +3,7 @@ arkindex/auth.py,sha256=OeuzFeCQ8FAt0kqPECjsEz-Ki9__-y69z5sAuyTZ28c,1550
3
3
  arkindex/compat.py,sha256=Kjxu--QoF8sBxKOvXMtNcDQ0XK7MLc_2C8Q2knll4Lk,805
4
4
  arkindex/document.py,sha256=YyqSm3Kc35j3iWuJujyfrLfMy-gNydBtmcR45pUtfC4,3732
5
5
  arkindex/exceptions.py,sha256=hDxbgC7uAD8wbTQS1DaEJZ25Nun41Io8Y0BiwrZ1ZSM,2016
6
- arkindex/mock.py,sha256=RaYr5H4yDFdHJS02NbvoPU2lJKxAV2ygqK0sSZ-mx38,2827
6
+ arkindex/mock.py,sha256=In7R3cfTZipWRLyGJARlTpUbysvRTDD1fD6d71M0ujk,2859
7
7
  arkindex/pagination.py,sha256=kzOyl2oMqGyyVy7LG7eKK9wAI6YdVzEeOuBEbkdw5Zo,11002
8
8
  arkindex/client/__init__.py,sha256=g_G_bSfMbduYzpi9iURTn0cYLV4nMulDR8rD7x-DLyc,142
9
9
  arkindex/client/client.py,sha256=ZOcMY5IjOUxADkCsCdpgylJM-oJVY_XObRVH4p4onVI,15428
@@ -11,8 +11,8 @@ arkindex/client/decoders.py,sha256=WmRdqNAFv884XIfHXTkQoohJMapeTq8AqQzsW26K-t4,7
11
11
  arkindex/schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  arkindex/schema/openapi.py,sha256=HHAHyUxqa6sK1l8aEy7SHx-9w20Pbov54AB4rHPjguk,9183
13
13
  arkindex/schema/validator.py,sha256=Baq2TtqMWZVRU_SYF7aUJ0Y80t-CIboCtK_GV8TPNKE,625
14
- arkindex_client-1.2.0.dist-info/licenses/LICENSE,sha256=s7yDHdG8liSj2PiaVwRi9G5wR1qDXSPmhPJPgWbrkWU,34504
15
- arkindex_client-1.2.0.dist-info/METADATA,sha256=VlM6mV_PVQhW_br84M8bYPCD5-62Bgt1-gO6jWzKHFM,1249
16
- arkindex_client-1.2.0.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
17
- arkindex_client-1.2.0.dist-info/top_level.txt,sha256=iP1TxDW_jSDQA4FIcahBFXiDcZXqam2a_gFVnDbR3c4,9
18
- arkindex_client-1.2.0.dist-info/RECORD,,
14
+ arkindex_client-1.2.1.dist-info/licenses/LICENSE,sha256=s7yDHdG8liSj2PiaVwRi9G5wR1qDXSPmhPJPgWbrkWU,34504
15
+ arkindex_client-1.2.1.dist-info/METADATA,sha256=epP6mMi3Pr0DWCULjDXDWKU3lKk3c7hMEH80NQrhv9Y,1249
16
+ arkindex_client-1.2.1.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
17
+ arkindex_client-1.2.1.dist-info/top_level.txt,sha256=iP1TxDW_jSDQA4FIcahBFXiDcZXqam2a_gFVnDbR3c4,9
18
+ arkindex_client-1.2.1.dist-info/RECORD,,