Skip to content

Add property to endpoint.request to indicate when the request may be made without params #205

Open
@razor-x

Description

@razor-x

Some endpoints can be called without any parameter (or an empty body). This should be make available in endpoint.

Endpoint specs that have all params marked as optional may still require at least one param, so most likely endpoints need to be annotated when they support this.

This will allow API and SDKs to indicate this, e.g., add proper validation and types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions