Compare commits

..

5 commits

Author SHA1 Message Date
fd3cae1866 feat: SpaceAPI v15 support
Delete types/v14.go, replace with v15.go.

Rename internal types to not include message version.
I don't currently see the need to support multiple message
versions that have incompatible layouts.
v15 is backwards compatible with v14, so the config example now
specifies both.

Rename the "response" field in the config file to "static" as
dynamic/static makes more sense from the user's perspective.
(Internally it's still SpaceapidConfig.{Dynamic,Response}
to align with type names and usage.)
2026-07-25 22:51:26 +02:00
b5a286a237 feat: Log that version is unknown if version == "" 2026-07-25 22:51:26 +02:00
34d05ffa49 feat(handlers): Handle DELETE for environment sensors
It now works as advertised in the README! *ahem*...
2026-07-25 22:51:26 +02:00
abde10bfc9 style: Add .editorconfig 2026-07-25 22:51:26 +02:00
b33c266fb5 docs: Add missing backticks in README 2026-07-25 22:49:58 +02:00

Diff content is not available