Affluence API Change #8

Open
opened 2024-02-15 12:16:20 +01:00 by Jef Roosens · 0 comments

The Affluence API changed the data type for a field.

The hour block "state" field now constains a string:

      {
        "hour": "19:30",
        "state": "available",
        "reservations": [],
        "granularity": 30,
        "person_count": 0,
        "places_available": 1,
        "places_bookable": 1
      }

This causes the serialization to fail.

The Affluence API changed the data type for a field. The hour block "state" field now constains a string: ```json { "hour": "19:30", "state": "available", "reservations": [], "granularity": 30, "person_count": 0, "places_available": 1, "places_bookable": 1 } ``` This causes the serialization to fail.
Jef Roosens added the
bug
label 2024-02-15 12:16:20 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fossil/affluence#8
There is no content yet.