PSPDFKit-labs / bypass

Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked responses to client requests.
https://hex.pm/packages/bypass
MIT License
964 stars 111 forks source link

Document examples of path defined with params #127

Open RudolfMan opened 1 year ago

RudolfMan commented 1 year ago

I just figure that we can define expectations and stubs with params specified in endpoint path.

Updated docs to add some artificial example of using params in path.