sdss_access 1.0.1
Fixes a bug with HttpAccess
not being usable in public mode.
- Bug Fix #16 - HttpAccess used in public mode checks for netrc file
- Combines separate
set_auth
methods inBaseAccess
andHttpAccess
into a singleset_auth
available asAuthMixin
Auth.set_netrc
now raises anAccessError
on failure to find a value netrc file.
What's Changed
- Fixes http public access bug #16 by @havok2063 in #17
Full Changelog: 1.0.0...1.0.1