Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versions API in all services #786

Open
kavitharaju opened this issue Mar 20, 2024 · 1 comment
Open

Versions API in all services #786

kavitharaju opened this issue Mar 20, 2024 · 1 comment

Comments

@kavitharaju
Copy link
Collaborator

Each of the micro service in VE could maintain a JSON file with the items whose versions it want to expose in its code base. And an API could be used to fetch these values.

Example, In CMS, as we have the USFM-Grammar service, there are a few versions we could expose.

{ 
   "USFM-Grammar": "3.0.0-beta.5",
   "USJ": "1.0.5",
   "USFM": 3.0"
   . . .
}

Similarly in AI App...

{
   "NLLB": ...,
   "XLSR": ...,
   "CUDA": ...
   . . .
}
@shimilgithub
Copy link

completed for vachan CMS,vachan graphql,vachan access and vachan TBT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants