Add /month/week endpoint for TempService #484
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#484
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sub-issue of #20
I've completed this. I also updated the structure for /year and /month/year so they actually show temperatures and not HTTP 400 or 500 errors anymore.
Will do a pull request of this on Monday.
I've been wondering something. Why exactly is the endpoint year/month/week? Seems rather weird to ask for a week within a month when a week can technically be a part of 2 months.
Then I looked at it again. Andras writes:
It is year/week and not year/month/week...
How is it built currently?
Haha yeah I noticed that too. I've done so it's /year/week 👍
Oh good. Great work!