Skip to content

Releases: neatops/bridgeapi

Compatibility with Ruby 2.6.5

11 Mar 14:58

Choose a tag to compare

Compatibility with Ruby 2.6.5

Change bridge root url

14 Oct 03:36

Choose a tag to compare

v0.1.7

Change bridge root url

Handle pagination

25 Aug 06:31
0e0ac39

Choose a tag to compare

v0.1.6

Fixed fetching pagination data from response (#11)

Handle 202 code; merge dependabot

23 Aug 08:20
8a4b4a8

Choose a tag to compare

Bump addressable from 2.7.0 to 2.8.0 (#8)

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Andrieu <tandrieu@users.noreply.github.com>

Bugfixing

26 Jul 15:16
59b1dcb

Choose a tag to compare

Fixed error of wrong number of arguments (#9)

* Fixed error of wrong number of arguments

* Fixed failed tests and rubocop

* Fixed github workflows