Skip to content

Commit 1f32742

Browse files
author
Kevin Hellemun
committed
Added config and reference in main readme.
1 parent 310078e commit 1f32742

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Tests/README.md renamed to BunqSdk.Tests/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ In order to make use of the configuration file, please copy the example to the
3333
same directory, fill in your sandbox user data and rename the copy to `config.json`.
3434

3535
## Execution
36-
To run tests via Rider, ....
37-
38-
Afterwards you can right click on the tests folders and should be able to run
36+
To run tests via Rider, you can right click on the BunqSdk.Tests solution and should be able to run
3937
the tests cases form the IDE.

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Hi developers!
66

77
Welcome to the bunq C# SDK! 👨‍💻
88

9-
We're very happy to introduce yet another unique product: complete banking SDKs!
9+
We're very happy to introduce yet another unique product: complete banking SDKs!
1010
Now you can build even bigger and better apps and integrate them with your bank of the free! 🌈
1111

1212
Before you dive into this brand new SDK, please consider:
@@ -18,7 +18,7 @@ questions and experience 🎤
1818
Give us your feedback, create pull requests, build your very own bunq apps and most importantly:
1919
have fun! 💪
2020

21-
This SDK is in **beta**. We cannot guarantee constant availability or stability.
21+
This SDK is in **beta**. We cannot guarantee constant availability or stability.
2222
Thanks to your feedback we will make improvements on it.
2323

2424
## Installation
@@ -106,7 +106,7 @@ var monetaryAccount = MonetaryAccount.Get(apiContext, USER_ITEM_ID, MONETARY_ACC
106106
See [`MonetaryAccountSample.cs`](./BunqSdk.Samples/MonetaryAccountSample.cs)
107107

108108
#### Updating objects
109-
Updating objects through the API goes the same way as creating objects, except that also the object to update identifier
109+
Updating objects through the API goes the same way as creating objects, except that also the object to update identifier
110110
(ID or UUID) is needed.
111111

112112
```
@@ -172,3 +172,7 @@ $ dotnet run ApiContextSaveSample.cs
172172

173173
Please do not forget to set the `API_KEY` constant in `ApiContextSaveSample.cs` to your actual API key before running the
174174
sample!
175+
176+
## Running tests
177+
Information regarding the test cases can be found in the [README.md](./BunqSdk.Tests/README.md)
178+
located in [test](./BunqSdk.Tests)

0 commit comments

Comments
 (0)