We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @momipsl on October 23, 2014 12:43
David Hassle wishes to track changes to CMIP5 documents since a certain date. The API could easily be extended to return a such a filtered list.
Given a URL: http://api.es-doc.org/search?project=cmip5&since=YYYY-MM-DD
The API response should be a list: [ { documentUID: “XXXXX”, documentVersion: “X”, documentCreateDate: “XXXX-XX-XX”, documentType: “ } ... ]
Copied from original issue: ES-DOC/esdoc-docs#89
The text was updated successfully, but these errors were encountered:
asladeofgreen
No branches or pull requests
From @momipsl on October 23, 2014 12:43
David Hassle wishes to track changes to CMIP5 documents since a certain date. The API could easily be extended to return a such a filtered list.
Given a URL: http://api.es-doc.org/search?project=cmip5&since=YYYY-MM-DD
The API response should be a list:
[
{
documentUID: “XXXXX”,
documentVersion: “X”,
documentCreateDate: “XXXX-XX-XX”,
documentType: “
}
...
]
Copied from original issue: ES-DOC/esdoc-docs#89
The text was updated successfully, but these errors were encountered: