mockingjay.js
Version:
"Provides Mockdata or downloads it from predefined REST services"
41 lines (40 loc) • 1.15 kB
JSON
{
"http%3A%2F%2Fmy-rest-service": {
"GET": {
"foo": "bar"
}
},
"https%3A%2F%2Fwww%2Econsorsbank%2Ede%2Fev%2Frest%2Fde%2Fmarketdata%2Fstocks%3Ffield%3DBasicV1%26id%3D519000": {
"GET": [
{
"BasicV1": {
"ID": {
"CONSORS_ID": "_143094",
"ID_NOTATION": "143094",
"ID_OSI": "81490",
"ISIN": "DE0005190003",
"SYMBOL": "BMW",
"WKN": "519000"
},
"ID_SECURITY_TYPE": "1",
"ID_SUB_SECURITY_TYPE": "110",
"ISO_COUNTRY": "DE",
"IS_SAVINGSPLAN_ALLOWED": true,
"NAME_BRANCH": "Automobilproduktion",
"NAME_SECTOR": "Kraftfahrzeugindustrie",
"NAME_SECURITY": "BAYERISCHE MOTOREN WERKE AG",
"NAME_SECURITY_SHORT": "BMW",
"NAME_SECURITY_TYPE": "Aktie",
"NAME_SUB_SECURITY_TYPE": "Inhaber-Stammaktie",
"REF_INDEX": {
"CONSORS_ID": "_20735"
},
"TOOL_SECURITY_TYPE": "STO"
},
"Info": {
"ID": "519000"
}
}
]
}
}