Skip to content

Releases: imrehorvath/BridgeHttpClient

Release with String support in the API

20 Aug 22:55
b9283ab
Compare
Choose a tag to compare

Besides the already supported const char*, now it's possible to use String arguments in the API.

Support String in API

14 Aug 08:08
55aae07
Compare
Choose a tag to compare

This release adds support for String to the API.

Some formatting and cleanup

29 Nov 23:17
Compare
Choose a tag to compare

No functional changes, just some formatting and cleanup has been applied to the library.

Add startRequest() to API

08 Jan 21:18
Compare
Choose a tag to compare

This new method, the startRequest() will reset the request settings on the http client. It's useful when you intend to submit multiple request in a row with a different set of settings.

Improve README

01 Jan 15:51
Compare
Choose a tag to compare
  • Examples section updated

Add example and improve README

01 Jan 15:39
Compare
Choose a tag to compare
  • AioFeedNameId.ino added (Get AIO Feeds using the REST API, parse the JSON and list name/Ids)
  • Improve the README

Fix AioFeeds example

23 Dec 20:40
Compare
Choose a tag to compare

Fix JSON parsing example in AioFeeds.ino

Add AIO feed parsing with ArduinoJson example

23 Dec 18:48
Compare
Choose a tag to compare

examples/AioFeeds/AioFeeds.ino has been updated to demonstrate how to parse the JSON response body using the ArduinoJson library

Reworked API, improved examples

19 Dec 17:33
Compare
Choose a tag to compare
  • Added an Adafruit IO REST API example
  • Added an async POST example
  • Added new method finished()
  • Template class dropped, instead, a fixed number of request headers added (up to 16)
  • Description in README updated and improved

New API, new doc and updated examples

18 Dec 17:44
Compare
Choose a tag to compare
  • For maximum flexibility and efficiency the number of request headers is now configurable by the user at compile time by using non-type parameter template class.
  • The README contains now a better description.
  • The examples have been update to match the API change.