Skip to content

Front End Function Requirements

Mark7124 edited this page Mar 23, 2017 · 17 revisions
Function Purpose Returns Example Output
getMarkets Returns a list of markets that data exists for. [
{
UID: number,
Name: string
}
]
[
{1500, 'FTSE 100'},
{1400, 'Dow Jones'},
{1232, 'Crude Oil'}
]
getTrendSources Returns a list of trend sources that data exists for. String[] [
'Facebook',
'Twitter'
]
getNewsSources Returns a list of news sources that data exists for. String[] [
'BBC News',
'Reuters'
]

Clone this wiki locally