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. Query events ## What should happen: 1. Returns list of events ## What happens: 1. Throws exception ## Traceback [//]: # (If there is a...

## Steps to reproduce: 1. Query attachments, eg NoteAttachmentMasterCardAction ## What should happen: 1. Deserialize Attachment property to an AttachmentMonetaryAccountPayment as the swagger info states at e.g. https://doc.bunq.com/#/note-attachment/List_all_NoteAttachment_for_User_MonetaryAccount_RequestInquiryBatch ## What...

## Steps to reproduce: 1. Trigger a 429 response ## What should happen: 1. You the SDK retries after a few seconds ## What happens: 1. The user has to...

enhancement
pending review

## Steps to reproduce: 1. Have a generated type with a nullable field (e.g. `MasterCardAction.CardId` is an `int?`) 2. Check if the field is null in generated code ## What...

enhancement
needs code regeneration
code style

## This PR closes/fixes the following issues: [//]: # (If for some reason your PR does not require a pull request you can just mark this box as checked.) -...

## Steps to reproduce: 1. Response verification should be tested, ## What should happen: 1. Response verification is not tested. ## What happens: 1. Response verification is tested. ## Logs...

enhancement

## Steps to reproduce: 1. Read the source code ## What should happen: 1. Constants are named in PascalCase ## What happens: 1. Constants are named IN_ALL_CAPS. ## See also:...

enhancement
needs code regeneration
code style

## Steps to reproduce: 1. Take a look at the objects with optional parameters 2. Try and set these parameters ## What should happen: 1. These parameters can be set...

enhancement
needs code regeneration

## Steps to reproduce: 1. Take a look at the Endpoint classes ## What should happen: 1. The HTTP methods should not be static. ## What happens: 1. The HTTP...

enhancement
needs code regeneration

I'm really happy to see this SDK is happening! However, I can't use it in it's current form because we (my company) are still on .net 4.6. I imagine there's...

enhancement
help wanted