bunq / sdk_python

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

Endpoint HTTP methods should not be static #41

Closed OGKevin closed 6 years ago

OGKevin commented 6 years ago

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 methods are static

Logs

Extra info:

Reference

OGKevin commented 6 years ago

Closing, see references issue for more info.