Skip to content

Implement custom_metadata.* for GET #43

Open
@razor-x

Description

@razor-x

For endpoints that accept custom_metadata_has, if the request is made using GET, add an Axios interceptor that translates this parameter into custom_metadata.*.

For example,

{ custom_metadata_has: { foo: "bar", is_admin: true } }

would be send as the search params

{ 'custom_metadata.foo': 'bar', 'custom_metadata.is_admin': 'true' }

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