Skip to content

Conversation

@jsmith
Copy link
Contributor

@jsmith jsmith commented Sep 17, 2024

  • Move data models from foundry/<VERSION>/models to their respective namespace. For example, the V2 dataset models are located in foundry/v2/datasets/models.
  • The request body is now passed in as method parameters. For example, rather than creating a branch like this client.datasets.Dataset.Branch.create(dataset_rid, create_branch_request={"name": "develop"}) you would do this client.datasets.Dataset.Branch.create(dataset_rid, name="develop").
  • Renamed FoundryV1/V2Client back to FoundryClient
  • Removed unused models

@jsmith jsmith force-pushed the jacobas/explode-body-params branch from ae7de77 to 0832f9d Compare September 17, 2024 22:26
@tdeitch
Copy link
Contributor

tdeitch commented Sep 18, 2024

👍

@jsmith jsmith merged commit 43358bb into develop Sep 18, 2024
@jsmith jsmith deleted the jacobas/explode-body-params branch September 18, 2024 13:31
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

Successfully merging this pull request may close these issues.

3 participants