File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# open-api-sdk
2
2
3
- A library for interactions with Open Platform.
3
+ Open-api-sdk is a library for interaction with Open Platform.
4
4
5
5
## Content
6
6
@@ -21,22 +21,22 @@ $ pip install open-api-sdk
21
21
## Get started
22
22
OPEN Platform uses OpenKeys to allow access to the API. You can register a new OpenKey at your [ Account.] ( https://api.openfuture.io/ " Open API ")
23
23
24
- OPEN Platform expects for the OpenKey to be included in all API requests to the server in a header.
24
+ OPEN Platform expects the OpenKey to be included in all API requests to the server in a header.
25
25
26
- We assume you have an open_key by this moment.
26
+ We assume that you have the OpenKey by this moment.
27
27
28
- To access the library import the OpenPlatform class and call an instance of it with open key as followed :
28
+ To access the library import an OpenPlatform class and call an instance with the OpenKey as following :
29
29
30
30
31
31
``` python
32
32
from open_api import OpenPlatform
33
33
34
- # Access api via instance of OpenPlatform class
34
+ # Access API via instance of OpenPlatform class
35
35
op = OpenPlatform(open_key)
36
36
```
37
37
` open_key ` - your open key.
38
38
39
- In the following examples it is assumed the ` op ` is the result of instantiating the ` OpenPlatform ` class with ` open_key `
39
+ In the following examples, it is assumed that ` op ` is a result of instantiating the ` OpenPlatform ` class with the ` open_key `
40
40
41
41
### API
42
42
You can’t perform that action at this time.
0 commit comments