natverse / rcatmaid

R package providing API access to the CATMAID web image annotation tool
https://natverse.github.io/rcatmaid
GNU General Public License v3.0
9 stars 6 forks source link

make catmaid_login more robust to variations in the server URL. #141

Open jefferis opened 5 years ago

jefferis commented 5 years ago
> v14=catmaid_login(server='https://neuropil.janelia.org/tracing/fafb/v14/')
> v14=catmaid_login(server='https://neuropil.janelia.org/tracing/fafb/v14')
Error in catmaid_login(server = "https://neuropil.janelia.org/tracing/fafb/v14") : 
  Unauthorized (HTTP 401).