AgileVentures / AgileVentures/WebsiteOne-FE

Server response body format for a list of events has been changed.

Open
#265 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3
Forks
22
PR merge metrics
No merged PRs in 30d

Description

The WebsiteOneAPIBackend response for `GET /events` changed, client code should be updated to handle the new format.

The new format is a JSON object with a single "events" key which in turn contains the array of events:

```json
{
"events": [
...
]
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.