Commit graph

5 commits

Author SHA1 Message Date
a53a5c3517 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 23:04:20 +02:00
8c1adae040
Rename module 2024-05-26 20:52:15 +02:00
daac0b3b9e
Change Sensors field type in config and response to map 2024-01-14 01:01:12 +01:00
c3f51f2e36
Rename "static" to "response" for consistency 2024-01-14 00:59:57 +01:00
7bb676887f
Add type definitions for new config format 2024-01-13 23:27:23 +01:00