Public-Environmental-Data-Partners / Public-Environmental-Data-Partners/EJAM-API
API version number displayed should reflect EJAM version
@ericnost is already working on this.
Since Aug 19, 2026.
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 1
- Avg merge
- 38m
- Merged PRs (30d)
- 1
Description
This same issue is also listed as https://github.com/Public-Environmental-Data-Partners/EJAM/issues/580
API shows a version number in the API documentation page. That number should be based on whatever EJAM package version the API is currently using, whether stored in EJAM_VERSION environment variable or stored in packageVersion("EJAM") determined at the time the API starts to run.
This is fixed in the draft API rest controller that is in the EJAM repo by https://github.com/Public-Environmental-Data-Partners/EJAM/pull/579
but that needs to also be done in the version of the API rest controller / plumber code that is used by the EJAM-API repo which the EJAM has a copy of but those are separate files in separate repositories, and need to be kept in sync manually for now via PRs, etc.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.