You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reservation class wrapping all members of the C-struct as properties.
Reservations class, acting as a custom collection (dict) to retrieve all Reservations, while also holding all the Reservation instances which carry the actual information for the invidiual reservation.
General Functionality for a Reservation
create
modify
delete
get (getting a single reservation)
Other
Documentation
Write tests
Write examples
The text was updated successfully, but these errors were encountered:
Classes
Reservation
class wrapping all members of the C-struct as properties.Reservations
class, acting as a custom collection (dict) to retrieve all Reservations, while also holding all theReservation
instances which carry the actual information for the invidiual reservation.General Functionality for a Reservation
Other
The text was updated successfully, but these errors were encountered: