arturictus / wrappi

Making APIs fun again!
MIT License
4 stars 2 forks source link

Request Async #3

Closed arturictus closed 5 years ago

arturictus commented 5 years ago

add to endpoint a way to perform requests async

opts = { foo: "bar" }
MyAPI::Users.new(id: 1).request_async(opts)
arturictus commented 5 years ago

Implemented in #6