Skip to content

[Feedback]: Fix "search types" #113

Description

@Whynot63

Question or feedback

sort

def search(
        ...
        sort: str | None = None,

Which fields I can use for sort? Please change this parameter to Enum or Literal type.

keep_closed_markets

def search(
        ...
        keep_closed_markets: int | None = None,

Keep or drop - should be boolean?

SDK package and version

polymarket-client==0.1.0b8

Additional context

Here is search function:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions