-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Running exaclty as per the example im am getting an error whe retrieving data I have edited aut the austntication string for security
d1<-ecotopia_devlist(logstring)#: Retrieve a list of devices.
<httr2_request>
GET https://www.ecotopiago.com/api/v3/device/page
Headers:
• X-Druid-Authentication: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
• X-result-limit: "1000"
Body: empty
head(names(d1))
[1] "id" "uuid" "sn" "device_type" "hardware_version" "firmware_version"
nrow(d1)
[1] 63
myData<-ecotopia_data(logstring,d1$id[35], what="gps")#: Download data.
Error: 'curl_parse_url' is not an exported object from 'namespace:curl'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels