Feature/extra endpoints#3
Merged
Merged
Conversation
…/delete/metadata - Add Entities resource with query endpoint - Add datasets.get_by_id, datasets.query, datasets.download_table_url - Add uploads.query, uploads.delete, uploads.get_sample_metadata - Replace uploads.get_by_name with query-based approach - Replace datasets.list_by_upload to use query endpoint - Make experiment_design optional on upload create - Add error_message field to Dataset model - Pass **kwargs through base_client for allow_redirects support - Remove stale get_experiment_by_name example
webwebb56
added a commit
to webwebb56/md-python
that referenced
this pull request
Apr 15, 2026
…rebuild skill Implements the two missing CLI modules: - api.py: MDClient facade wrapping md-python SDK (V2 primary, V1 fallback) for all 40+ operations the CLI needs (experiments, datasets, analysis, tables, workspaces, viz, enrichment, entities) - config.py: persistent credential storage (~/.md-cli/config.json) with env var override support New CLI commands leveraging Aaron's PR MassDynamics#3 V2 endpoints: - md experiments query (search/filter uploads) - md experiments delete (V2) - md experiments metadata (sample metadata retrieval) - md datasets query (cross-upload dataset search) - md datasets download-url (presigned S3 URLs) - md entities query (cross-dataset protein/gene search) Updated SKILL.md with V2 command documentation. Rebuilt dist/md-platform.skill (40KB, self-contained). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
webwebb56
added a commit
to webwebb56/md-python
that referenced
this pull request
Apr 16, 2026
…rebuild skill Implements the two missing CLI modules: - api.py: MDClient facade wrapping md-python SDK (V2 primary, V1 fallback) for all 40+ operations the CLI needs (experiments, datasets, analysis, tables, workspaces, viz, enrichment, entities) - config.py: persistent credential storage (~/.md-cli/config.json) with env var override support New CLI commands leveraging Aaron's PR MassDynamics#3 V2 endpoints: - md experiments query (search/filter uploads) - md experiments delete (V2) - md experiments metadata (sample metadata retrieval) - md datasets query (cross-upload dataset search) - md datasets download-url (presigned S3 URLs) - md entities query (cross-dataset protein/gene search) Updated SKILL.md with V2 command documentation. Rebuilt dist/md-platform.skill (40KB, self-contained). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.