sdk_csharp icon indicating copy to clipboard operation
sdk_csharp copied to clipboard

C# SDK for bunq API

Results 21 sdk_csharp issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce: 1. Try to create a draftpayment ## What should happen: 1. DraftPayment is created ## What happens: 1. Throws exception Token PropertyName in state Property would...

## Steps to reproduce: 1. `BunqResponse allTreeProgress = TreeProgress.List();` ## What should happen: 1. The returned `allTreeProgress` list should contain non-null values. ## What happens: 1. The returned `allTreeProgress` list...

bug

## Steps to reproduce: When calling `NotificationFilterUrlUser.Create` there is a valid response, but because the method ends with `ProcessForId(responseRaw)`, an exception is thrown, mainly because there is no Id in...

## Steps to reproduce: 1. use SDK 2. retrieve events via Event.List() ## What should happen: 1. Have access to additional_transaction_information ![image](https://user-images.githubusercontent.com/977414/74772572-8f3b0700-5290-11ea-946a-b15052e6907f.png) ## What happens: 1. Property does not exist...

## Steps to reproduce: Calling `NotificationFilterUrlUser.List()` ## What should happen: It should have `BunqResponse` as a return type. not `BunqResponse` ## What happens: `NotificationFilterUrlUser.List()` Serializes the response to a `List`,...

## This PR closes/fixes the following issues: - travis is unable to run the tests properly - [ ] Tested

- Closes bunq/sdk_csharp#80 - [x] Tested

This adds the ability to save an api context to a stream, rather than a file. This makes the save more flexible and removes the dependency to the file system...

Invalid PR

`Package Bunq.Sdk 0.9.2-beta is not compatible with uap10.0.10586 (UAP,Version=v10.0.10586). Package Bunq.Sdk 0.9.2-beta supports: netcoreapp1.1 (.NETCoreApp,Version=v1.1)` Any plans for UWP support? :)

## Steps to reproduce: 1. ## What should happen: 1. ## What happens: 1. ## Traceback [//]: # (If there is a traceback please share it in a quote! You...