pavelfilippi / weather-monitor

MIT License
1 stars 0 forks source link

Redesign inserting weather conditions #9

Closed pavelfilippi closed 1 year ago

pavelfilippi commented 1 year ago

Inserting weather conditions via REST

Replace GraphQL mutation for inserting weather data with REST POST. Probably makes more sense and opens more options for station SW. Probably could be replaced by queue in future as well.

Changes