You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add human-readable Postman collection docs with auto-generation workflow
- Add generate_collection_docs.py to convert postman_collection.json to
Markdown with TOC, linked TestRail case IDs, and GitHub issue refs
- Add generated postman_collection.md alongside the JSON source
- Add GitHub Actions workflow to regenerate the doc on every push that
touches postman_collection.json (resolves#497)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Exclude postman_collection.md from end-of-file-fixer hook
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Restrict postman docs workflow to feature branches only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Replace third-party commit action with git CLI commands
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: address Copilot review feedback on postman doc generator
- Fix TOC anchor mismatch: anchors now include HTTP method to match rendered headings
- Add anchor deduplication for repeated request names
- Remove unused extract_testrail_ids() function
- Add encoding="utf-8" to open() and write_text() for deterministic output
- Remove [skip ci] from workflow commit (no loop risk; trigger is .json not .md)
- Regenerate postman_collection.md with corrected TOC anchors
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: thomas loubrieu <60993872+tloubrieu-jpl@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docker/postman/postman_collection.md
+15-75Lines changed: 15 additions & 75 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Planetary Data System API Reference Tests Copy 27
1
+
# Planetary Data System API Reference Tests Copy 14
2
2
3
3
Federated PDS API which provides actionable end points standardized
4
4
between the different nodes.
@@ -99,15 +99,13 @@ Contact Support:
99
99
-[`GET`][NASA-PDS/registry-api#355 api does not return information that OpenSearch says is public](#get-nasa-pdsregistry-api355-api-does-not-return-information-that-opensearch-says-is-public)
100
100
-[`GET`][NASA-PDS/registry-api#343 API falsely reports 10000 hits for hits>10000](#get-nasa-pdsregistry-api343-api-falsely-reports-10000-hits-for-hits10000)
101
101
-[`GET`][NASA-PDS/registry-api/#638 a query without Accept header returns Json](#get-nasa-pdsregistry-api638-a-query-without-accept-header-returns-json)
102
-
-[`GET`][registry-api#712 consistent error message for field name not in LDD (see 406 for wildcard version of this test)S](#get-registry-api712-consistent-error-message-for-field-name-not-in-ldd-see-406-for-wildcard-version-of-this-tests)
103
102
-[opensearch requests](#opensearch-requests)
104
103
-[`GET`][legacy_registry](#get-legacy_registry)
105
104
-[pds web](#pds-web)
106
105
-[`GET`][class eq and lid like](#get-class-eq-and-lid-like)
107
106
-[`GET`][count having host and target](#get-count-having-host-and-target)
0 commit comments