Commit graph

13 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
b33c266fb5 docs: Add missing backticks in README 2026-07-25 22:49:58 +02:00
732045645a refactor!: Change config path env var name 2024-08-03 22:18:41 +02:00
759787569d docs: Add go build example for setting version 2024-08-03 21:55:05 +02:00
5dacfd0dfe docs: Update README and code comments 2024-08-03 21:02:44 +02:00
bd94b295ac docs: Fix typos 2024-08-03 15:15:31 +02:00
b98174c7da
Update README.md with note about URL paths 2024-05-26 20:52:24 +02:00
4840021b08
Rename config shards in .gitignore 2024-05-26 20:52:18 +02:00
808482b370
Correct typos in README and config template 2024-01-15 15:27:08 +01:00
42a012239f
Update README.md to reflect new features 2024-01-14 23:19:45 +01:00
fdb409bae6
Update README.md with new env var names 2023-11-09 22:30:07 +01:00
1a9922d5f1
Change initial SpaceAPI response source
- The environment variable is now called SPACE_API_JSON_TEMPLATE_PATH
- It is now the path to a file with the initial values, not the JSON itself
- Updated README.md accordingly
2023-11-04 23:31:24 +01:00
27a054d985
Add README 2023-11-04 22:44:01 +01:00