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

Need the backend API for the list of the xml documents in Metanorma #2

Open
s4birli opened this issue Jan 28, 2022 · 0 comments
Open

Comments

@s4birli
Copy link
Contributor

s4birli commented Jan 28, 2022

I am making the list page, which displays the list of the "ITU document in Metanora".
The page urls is https://metanorma.github.io/mn-samples-itu/, https://metanorma.github.io/mn-samples-ogc/

The data structure is the array of following.

{
     docType: string;
     docTitle: string; 
     stage: string;
     xmlDocUrl: string;
     pdfDocUrl: string;
     wordDocUrl: string;
     relationXmlUrl: string;
}

image

@strogonoff strogonoff changed the title Need the backend API for the list of the xml documents in Metanora. Need the backend API for the list of the xml documents in Metanorma Aug 29, 2024
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

1 participant