bunq / sdk_csharp

C# SDK for bunq API
MIT License
35 stars 22 forks source link

Added endpoint for Events (bunq/sdk_csharp#121) #122

Closed bluewalk closed 5 years ago

bluewalk commented 5 years ago

//: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that all your commits link to this issue e.g. "My commit. (bunq/sdk_csharp#)". If this pull request is changing files that are located in "BunqSdk/Model/Generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)

This PR closes/fixes the following issues: #121

Would love to have bunq regenerate the objects in BunqSdk/Model/Generated, for now this one has been included in the source.

kojoru commented 5 years ago

@bluewalk we've regenerated the code to include all the possible events.

bluewalk commented 5 years ago

I see there's still an error on sdk_csharp/BunqSdk/Model/Generated/Object/InvoiceItemGroup.cs

public InvoiceItem Item { get; set; }

should be

public List<InvoiceItem> Item { get; set; }

or deserialization will fail