Skip to content

feat: add capsule search api#20

Closed
jake-valsamis wants to merge 8 commits intomainfrom
capsule-search-api
Closed

feat: add capsule search api#20
jake-valsamis wants to merge 8 commits intomainfrom
capsule-search-api

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