crow icon indicating copy to clipboard operation
crow copied to clipboard

Use case as rest client

Open sparcyu opened this issue 6 years ago • 1 comments

Do you support a use case where crow may be used as REST client? Just send request and parse response.

sparcyu avatar Jun 09 '19 09:06 sparcyu

Crow was definitely not made with that in mind, I don't believe it supports sending a request. so you're probably going to be only using request and response as data structures and building your own request sending code if you choose to go that way

The-EDev avatar Oct 18 '20 01:10 The-EDev