Skip to content

Bind Params to a given Endpoint #44

@xentek

Description

@xentek

Params should be associated with a given Endpoint

  • Params should be method aware (as rules for optional/required, etc may differ between request methods) (Struct Tags for Params #49)
  • Some Params, especially with GET requests may not be a part of a resource, but act as controls or filters for the requested data (e.g. search, date ranges, etc) (Struct Tags for Params #49)
  • Automatic deserialization of POST, PUT, PATCH request body. (moved to Body Deserialization #53)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions