Skip to content

Commit 57bb393

Browse files
committed
Updated README
1 parent f7707d8 commit 57bb393

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,7 @@ https://twelvedata.com/docs
1313
https://www.nuget.org/packages/TwelveDataSharp/
1414

1515
# Usage
16-
17-
Just create a client object with your Twelve Data API key and call the async function for the respective API endpoint you'd like to hit. Additional detailed documentation is coming soon.
18-
19-
`using TwelveDataSharp;`
20-
21-
`TwelveDataClient client = new TwelveDataClient("YOUR_API_KEY_HERE");`
22-
23-
`var response = await client.GetTimeSeriesAsync("AAPL");`
24-
25-
`Console.WriteLine("Open:" + response.Values[0].Open);`
26-
16+
Documentation is available under the wiki: https://github.com/pseudomarkets/TwelveDataSharp/wiki/Getting-Started
2717

2818
# Notice
2919
This is NOT an official Twelve Data library, and the author of this library is not affiliated with Twelve Data in any way, shape or form. Twelve Data APIs and data are Copyright © 2020 Twelve Data Pte. Ltd.

0 commit comments

Comments
 (0)