Doc/rest -> Main (#6)
Add example exchange JSONs and a brief README about them
This commit is contained in:
22
docs/json_examples/2-zpravy->burza.json
Normal file
22
docs/json_examples/2-zpravy->burza.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"timestamp": "2012-04-23T18:25:43.511Z",
|
||||
"date_from": "2012-04-23T18:25:43.511Z",
|
||||
"date_to": "2012-04-23T18:25:43.511Z",
|
||||
"stocks": [
|
||||
{
|
||||
"name": "MSFT",
|
||||
"rating": -10,
|
||||
"sell": null
|
||||
},
|
||||
{
|
||||
"name": "HPQ",
|
||||
"rating": 2,
|
||||
"sell": null
|
||||
},
|
||||
{
|
||||
"name": "TXN",
|
||||
"rating": 8,
|
||||
"sell": null
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user