pulseui
pulseui copied to clipboard
REST data fetch and action push
user-me
User wants to:
- Query JSON - Request data from a REST endpoint e.g. Binance https://api.binance.com/api/v1/klines?symbol=STEEMETH&interval=1h
- Query CSV - e.g. FRED unemployment rate https://fred.stlouisfed.org/graph/fredgraph.csv?bgcolor=%23e1e9f0&chart_type=line&drp=0&fo=open%20sans&graph_bgcolor=%23ffffff&height=450&mode=fred&recession_bars=on&txtcolor=%23444444&ts=12&tts=12&width=1318&nt=0&thu=0&trc=0&show_legend=yes&show_axis_titles=yes&show_tooltip=yes&id=UNRATE&scale=left&cosd=1948-01-01&coed=2023-06-01&line_color=%234572a7&link_values=false&line_style=solid&mark_type=none&mw=3&lw=2&ost=-99999&oet=99999&mma=0&fml=a&fq=Monthly&fam=avg&fgst=lin&fgsnd=2020-02-01&line_index=1&transformation=lin&vintage_date=2023-07-20&revision_date=2023-07-20&nd=1948-01-01
- POST - data e.g. Post a trade on binance - https://binance-docs.github.io/apidocs/spot/en/#test-new-order-trade
- Display table of github projects and graph of stars: https://api.github.com/search/repositories?q=more+useful+keyboard
- .
JDBC Driver
URL :jdbc:rest:http://host:0/noauth?skipTLS=true
Queries:
Plain URL GET
https://api.github.com/search/repositories?q=more+useful+keyboard
Exact same format as CURL? Allow easy testing?
-d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" -X POST http://localhost:3000/data?a=11&b=12&c={{val}}
#136 Add REST market data sources.