AgileVentures / AgileVentures/WebsiteOne-FE
Server response body format for a list of events has been changed.
Open
- 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.