Skip to content

Releases: HiberGlobal/rest-api

0.164.1

20 Sep 09:19
Compare
Choose a tag to compare

0.164 (2023-09-19)

  • Added pagination to all list-type results, with
    • size: the number of items per page
    • page: the current page
    • total: the total number of results
    • totalPages: the total number of pages
    • approximation: whether the total number of results/pages is an approximation

0.157.0

10 Jul 08:35
Compare
Choose a tag to compare

0.157 (2023-07-10)

  • Add /modems to list modems.

0.121.0

19 Sep 07:48
Compare
Choose a tag to compare

0.121 (2022-09-19)

0.120.0

12 Sep 08:23
Compare
Choose a tag to compare

0.120 (2022-09-12)

0.119.0

06 Sep 06:38
Compare
Choose a tag to compare

0.119 (2022-09-05)

0.118.0

30 Aug 16:26
Compare
Choose a tag to compare

0.118 (2022-08-22)

0.117.0

15 Aug 08:25
Compare
Choose a tag to compare

0.117 (2022-08-15)

0.115.0

25 Jul 11:11
Compare
Choose a tag to compare

0.115 (2022-07-25)

0.114.0

18 Jul 09:14
Compare
Choose a tag to compare

0.114 (2022-07-18)

  • Added support for textual shortcuts in from and to:
    • "now": converted to the request time
    • a duration as an offset of now, i.e. "-10h" or "PT-10h": converted to now + offset, so -10h is 10 hours before now
      • For example, to fetch messages in the past hour, a request could use from=-1h&to=now.

0.106.4

16 May 12:30
Compare
Choose a tag to compare

0.106 (2022-05-16)

First release of the Rest API. See the readme for more details.