Skip to content

Missing 'rewrap' and 'keys' command #198

Description

@luca648

Hello guys,

First of all I would like to thank you for providing this nice package.

I am opening this ticket because while using it for a typescript project I noticed that the commands rewrap and keys were missing. I then tried to extend the commands set thanks to the commands parameter of the lib but I encountered the two following difficulties :

  • The builtin commands object do not seem to be exported making it uncomfortable for someone to extend it : I had to copy the file to my project.

  • The type of the parameter is Array<{ method: string, path: string, scheme: any }> while the main function seems to expect an object obliging me to cast for the build to pass.

    That'd be great If you could take a look.

Regards,

Luca

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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