Incorrect endpoint in README for sensors? #15

Closed
opened 2024-01-15 02:36:57 +01:00 by june · 0 comments
Owner

The following:

curl -X PUT -u user:password -d 23.42 http://[::1]:8080/{temperature,humidity}/location[/name]

seems like it should rather be:

curl -X PUT -u user:password -d 23.42 http://[::1]:8080/sensors/{temperature,humidity}/location[/name]
The following: ``` curl -X PUT -u user:password -d 23.42 http://[::1]:8080/{temperature,humidity}/location[/name] ``` seems like it should rather be: ``` curl -X PUT -u user:password -d 23.42 http://[::1]:8080/sensors/{temperature,humidity}/location[/name] ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: CCCHH/spaceapid#15
No description provided.