tiny-networking icon indicating copy to clipboard operation
tiny-networking copied to clipboard

ExampleRequestsTests

Open ralfebert opened this issue 5 years ago • 1 comments

ExampleRequestsTests makes actual requests to httpbin.org/jsonplaceholder.typicode.com to see common cases how the Endpoint API might be used in one place

Includes examples for GET/POST (json body)/POST (form-encoded) with json results and an example how to setup a typical REST/JSON API using endpoints

This test requires to be online and is tightly coupled to these particular APIs but imo it is worth it to see typical examples and have runnable examples for the library.

ralfebert avatar May 10 '20 11:05 ralfebert

I wonder if these would make more sense in an Examples project (or similar). I do like having runnable examples in the repository, I don't really like having to be online for these tests. Will think a bit more about this =)

chriseidhof avatar May 15 '20 06:05 chriseidhof