pokey icon indicating copy to clipboard operation
pokey copied to clipboard

A Ruby gem that simulates webhooks and other HTTP requests common to production.

Results 4 pokey issues
Sort by recently updated
recently updated
newest added

The more I use this, the more I think it shouldn't be actual classes that define hooks, rather more simple "rspec-esque" blocks of code. For example: ``` RUBY class SampleHooks...

This will come in handy when pokey_runner is released as well.

There's currently no way to inject API authentication headers in with requests. This will be necessary to simulate requests to external services.

Right now we only support GET/POST. Will need the full spectrum at some point.