Skip to content

Pass query params to GETs in dApp ledgerApi proxy #820

@alexmatson-da

Description

@alexmatson-da

The dApp API spec provides a ledgerApi RPC method that proxies through to a ledger client. Some GET endpoints require query parameters, but we offer no way of providing them in the spec (we only provide body for POSTs in the request args)

Also, they do not get passed into the ledger client call in the dApp controller

We should also make requestMethod case in-sensitive, so that get and GET are both valid.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions