We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aee5c commit c488b05Copy full SHA for c488b05
README.md
@@ -1,6 +1,7 @@
1
#Introduction
2
This is an example project that shows how to implement TRKD REST Client with python
3
- trkd_authen.py: An example application that shows how to authenticate with TRKD service
4
+- trkd_quote.py: An example application that shows how to subscribe (all fields and specific fields) the Quote data from TRKD service
5
6
7
#prerequisite
@@ -30,5 +31,6 @@ The best way is to get the pip package management tool
30
31
$>pip install requests
32
```
33
#Releae Note
-- Version 1: 1 Sep 2016
34
- - trkd_authen.py
+- Version 1: 6 Sep 2016
35
+ - trkd_authen.py
36
+ - trkd_quote.py
0 commit comments