Skip to content

feat: add capsule search api #20

New issue

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

Closed
wants to merge 8 commits into from
Closed

Conversation

jake-valsamis
Copy link
Contributor

  • add support for capsule search API, introduced in v3.1
  • update Capsule and CapsuleStatus fields according to v3.1 changes:
    • published_capsule --> release_capsule
    • keywords --> tags

Name = "name"


class CapsuleOwnership(StrEnum):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be named Ownership and moved to components.py

Comment on lines +203 to +208
limit: Optional[int] = None
offset: Optional[int] = None
archived: Optional[bool] = None
favorite: Optional[bool] = None
query: Optional[str] = None
next_token: Optional[str] = None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's continue to reflect the field ordering from the open api spec

@jake-valsamis
Copy link
Contributor Author

closing as changes included in feat: Code Ocean Version 3.1 updates PR

@jake-valsamis jake-valsamis deleted the capsule-search-api branch January 6, 2025 22:25
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.

2 participants