README.md in youcanbookme-0.0.5.alpha vs README.md in youcanbookme-0.0.6.alpha
- old
+ new
@@ -43,18 +43,18 @@
- [x] GET `/v1/{accountId}/profiles/{profileId}/bookings/{bookingId}`
- [ ] PATCH `/v1/{accountId}/profiles/{profileId}/bookings/{bookingId}`
- [ ] DELETE `/v1/{accountId}/profiles/{profileId}/bookings/{bookingId}`
- [ ] GET `/v1/ics/{bookingSecret}/{bookingIdOrRef}.ics`
- Calendars:
- - [ ] GET `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars`
+ - [x] GET `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars`
- [ ] POST `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars`
- - [ ] GET `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}`
+ - [x] GET `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}`
- [ ] PUT `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}`
- [ ] PATCH `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}`
- [ ] DELETE `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}`
- Events:
- [ ] POST `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}/events`
- - [ ] GET `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}/events/{eventId}`
+ - [x] GET `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}/events/{eventId}`
- [ ] PATCH `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}/events/{eventId}`
- [ ] DELETE `/v1/{accountId}/remoteaccounts/{remoteAccountId}/calendars/{calendarId}/events/{eventId}`
- Profile
- [x] GET `/v1/{accountId}/profiles`
- [ ] POST `/v1/{accountId}/profiles`