|
4 | 4 |
|
5 | 5 | ---------- |
6 | 6 |
|
7 | | -**Requirements:** |
| 7 | +### Requirements: |
8 | 8 |
|
9 | 9 | [requests](http://python-requests.org/en/master/) |
10 | 10 | [requests-mock](http://requests-mock.readthedocs.io/en/latest/) |
11 | 11 |
|
12 | 12 | ---------- |
13 | 13 |
|
14 | 14 |
|
15 | | -**Classes:** |
| 15 | +### Classes: |
16 | 16 |
|
17 | | -[Account](#class-account) |
| 17 | +- #### [Account](#class-account) |
18 | 18 |
|
19 | | -[BlockChain](#class-blockchain) |
| 19 | +- #### [BlockChain](#class-blockchain) |
20 | 20 |
|
21 | | -[Client](#class-client) |
| 21 | +- #### [Client](#class-client) |
22 | 22 |
|
23 | | -[Debug](#class-debug) |
| 23 | +- #### [Debug](#class-debug) |
24 | 24 |
|
25 | | -[Namespace](#class-namespace) |
| 25 | +- #### [Namespace](#class-namespace) |
26 | 26 |
|
27 | | -[Node](#class-node) |
| 27 | +- #### [Node](#class-node) |
28 | 28 |
|
29 | | -[Transaction](#class-transaction) |
| 29 | +- #### [Transaction](#class-transaction) |
30 | 30 |
|
31 | 31 | ---------- |
32 | 32 |
|
@@ -287,18 +287,17 @@ _Implements [block chain](https://nemproject.github.io/#block-chain-related-requ |
287 | 287 |
|
288 | 288 | ### class **Client** |
289 | 289 |
|
290 | | -_Class that represents main API client. |
291 | | -Make calls to NIS via related methods. |
292 | | -For all required information, please follow: |
| 290 | +_Class that represents main API client.Make calls to NIS via related methods. |
| 291 | +For all required information, please follow:_ |
293 | 292 | [here](https://nemproject.github.io/). |
294 | | -All available methods documentation is also can be found there._ |
| 293 | +_All available methods documentation is also can be found there._ |
295 | 294 |
|
296 | 295 |
|
297 | 296 | #### Methods: |
298 | 297 |
|
299 | 298 | - #### **\_\_init\_\_**(self, endpoint='http://127.0.0.1:7890') |
300 | 299 |
|
301 | | - _Initialize client._ |
| 300 | + Initialize client. |
302 | 301 |
|
303 | 302 | - **endpoint**: address of the NIS. |
304 | 303 |
|
|
0 commit comments