Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Add a way to add middleware to the start of the chain. #12

@MatthewPopat

Description

@MatthewPopat

If you create a RestClient that uses axios middleware as the last step in the chain then applying more middleware to that client would be pointless. It would be nice to be able to add middleware ad hoc to the start of the chain. Maybe the best solution to this would be to reverse the order that middleware is applied so that the first one you use() is the last one that is called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions