Closed achafetz closed 11 months ago
pano_session()
, pano_content()
and pano_elements()
should now be hidden to users. They are used as internal functions where the session is a pass through. pano_items()
was updated to use user/pass.
Good catch on the pano_download()
. The initial design was to get all pano data items and then downlaod targeted files. We then came up with pono_extract and panoextract* as wrapper functions with pano_download() embeded - that's why it uses a session. download function can also be hidden or we will need to pass user/pass.
In trying to test out
pano_content()
, I got an error that this is now taking new credentials, switching fromsession
tousername
andpassword
. Some of thepano_*
functions take one or the other. I think we should shore this up for better consistence. To create the session, you need to add the username and password, but should we just use the session for everything else?