Skip to content

Use GET where possible #91

Open
Open
@razor-x

Description

@razor-x

Supporting GET for all read-only endpoints is blocked on a few items

  • API does not parse all input for GET the same as POST
  • The openapi specs does not return GET for all endpoints
  • The openapi spec does not include the resource key for GET

Once openapi spec includes the resource key for GET, deriveResourceFromSchemaForGetRequest should be removed from here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions