Skip to content

Commit

Permalink
update doc for new release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Sep 5, 2024
1 parent 506b0ed commit 9e4f368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/quickstart/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The package releases match with the `Search API specification <https://nasa-pds.

* - pds.api-client
- pds search api specification
* - 1.6.X
- 1.5
* - 1.5.X
- 1.4
* - 1.4.X
Expand Down Expand Up @@ -91,7 +93,7 @@ For Collections for example:
classes = ByProductClassesApi(api_client)
api_response = classes.class_list(
'collections',
'collection',
start=0,
limit=20,
fields=['ops:Label_File_Info.ops:file_ref']
Expand Down

0 comments on commit 9e4f368

Please sign in to comment.