-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
pkg:apiapi related activitiesapi related activitiesprio:mediumstatus:confirmedIs a valid issue and will be moved forward soon.Is a valid issue and will be moved forward soon.type:featureNew featureNew feature
Description
Authentication is done by passing an API token to the class instantiation, not by passing the parameter auth to the API methods.
Remove auth and establish set of API token if passed.
Prepare
- Get all effected functions
-
get_request()?? -
post_request()?? -
delete_request()?? -
put_request()??
-
Actions
- Develop tests
- Remove
authfrom API methods - Update request methods, so they use the member-variable api_token if set and pass it to the request function
-
get_request()?? -
post_request()?? -
delete_request()?? -
put_request()??
-
- [ ]Update Docs
- Update Docstrings
- Run pytest
- Run tox
- Run pylint
- Run mypy
Review
- Docs
Follow-Ups
- [ ]
Metadata
Metadata
Assignees
Labels
pkg:apiapi related activitiesapi related activitiesprio:mediumstatus:confirmedIs a valid issue and will be moved forward soon.Is a valid issue and will be moved forward soon.type:featureNew featureNew feature