issues
search
tremendous-rewards
/
tremendous-python
Python Tremendous API Client
MIT License
2
stars
6
forks
source link
fix: disallow body in GET requests
#7
Closed
CaioIcy
closed
1 year ago
CaioIcy
commented
1 year ago
prevents sending
GET
requests with a body (fails with ValueError explaining why, only if caller tried to pass
data
)
fixes
orders.show
trying to use nonexistent
data
bumps to
2.2.3
GET
requests with a body (fails with ValueError explaining why, only if caller tried to passdata
)orders.show
trying to use nonexistentdata
2.2.3