Skip to content

Commit

Permalink
Examples/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Mar 1, 2024
1 parent 88dfa99 commit fa9ed58
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions Examples/Bybit.Examples.Authentication/Program.cs

This file was deleted.

File renamed without changes.
7 changes: 7 additions & 0 deletions Examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Examples

### Bybit.Examples.Api
A minimal API showing how to integrate Bybit.Net in a web API project

### Bybit.Examples.Console
A simple console client demonstrating basic usage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for op
});
```

For information on the clients, dependency injection, response processing and more see the [documentation](https://jkorf.github.io/CryptoExchange.Net), or have a look at the examples [here(https://github.com/JKorf/Bybit.Net/tree/main/Examples)] and [here](https://github.com/JKorf/CryptoExchange.Net/tree/master/Examples).
For information on the clients, dependency injection, response processing and more see the [documentation](https://jkorf.github.io/CryptoExchange.Net), or have a look at the examples [here](https://github.com/JKorf/Bybit.Net/tree/main/Examples) and [here](https://github.com/JKorf/CryptoExchange.Net/tree/master/Examples).

## CryptoExchange.Net
Bybit.Net is based on the [CryptoExchange.Net](https://github.com/JKorf/CryptoExchange.Net) base library. Other exchange API implementations based on the CryptoExchange.Net base library are available and follow the same logic.
Expand Down

0 comments on commit fa9ed58

Please sign in to comment.