You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,27 @@
1
1
# OpenAPI.Net
2
2
3
-
[](https://www.nuget.org/packages/Spotware.OpenAPI.Net/)
3
+
[](https://www.nuget.org/packages/cTrader.OpenAPI.Net/)
4
4
5
5
cTrader Open API .NET Rx library
6
6
7
7
This library allows you to easily use and integrate cTrader Open API on your .NET applications.
8
8
9
9
Its written by using RX streams so it makes API usage very easy and allows you to do a lot with few lines of code.
10
10
11
-
Current version of library is based on .NET standard 2.1, you can't use it on .NET framework apps, you can only use it on .NET core or .NET 5 and later.
11
+
It uses channels and array pools to avoid too many allocations, we tried our best to make it as efficient as possible.
12
+
13
+
Current version of library is targets .NET 6, so you can't use it on .NET framework apps.
14
+
15
+
Please check the samples, we have some good samples for all kinds of .NET apps.
0 commit comments