bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

Introduce from_json method  #50

Closed OGKevin closed 6 years ago

OGKevin commented 6 years ago

Steps to reproduce:

  1. Take a look at the methods inside BunqModel

What should happen:

  1. There is a method to convert a JSON to class defined like to_json

What happens:

  1. :point_up_2: is not implemented

Logs

Extra info:

References