SimpleRestClients

A simple set of wrappers for RESTful calls

MIT License

Downloads
3.4K
Stars
58
Committers
19

Bot releases are hidden (Show)

SimpleRestClients - 0.2.2 Latest Release

Published by berickson1 about 6 years ago

SimpleRestClients - 0.2.1

Published by berickson1 about 6 years ago

SimpleRestClients - 0.2.0

Published by berickson1 about 6 years ago

  • GenericRestClient._blockRequestUntil is now called every time when the request is on top of the pending requests queue rather than only once
  • If GenericRestClient._blockRequestUntil rejects, the whole request is properly rejected
  • All the asserts now properly clear the request queues before throwing
  • Unit tests verifying queueing/blocking requests and executing them in order
SimpleRestClients - 0.1.8

Published by berickson1 about 6 years ago

Adding support for streaming COMET-style hanging GETs to SimpleWebRequest