File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This SDK comes with Basic Authentication over HTTPS which requires you to pass y
31
31
This type of token is given directly to the application.
32
32
33
33
``` Python
34
- import Mixnode
34
+ from mixnode import Mixnode
35
35
36
36
# Create an instance of the Mixnode Client
37
37
client = Mixnode(" Your API Key" ) # add your API KEY here; available at https://www.mixnode.com/account/api
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ This type of token is given directly to the application.
50
50
51
51
.. code :: Python
52
52
53
- import Mixnode
53
+ from mixnode import Mixnode
54
54
55
55
# Create an instance of the Mixnode Client
56
56
client = Mixnode(" Your API Key" ) # add your API KEY here; available at https://www.mixnode.com/account/api
Original file line number Diff line number Diff line change 22
22
mixnode - Mixnode Python SDK
23
23
~~~~~~~~~~~~~~~~~~~~~
24
24
25
- >>> import mixnode
25
+ >>> from mixnode import Mixnode
26
26
>>> client = Mixnode('Your API Key')
27
27
28
28
:license: Apache 2.0, see LICENSE for more details.
You can’t perform that action at this time.
0 commit comments