FAQ | This is a LIVE service | Changelog

Skip to content

Resolve "Add creation/update ops for rooms, buildings, etc"

Robin Goodall requested to merge 13-update-rooms-etc into master

Adds termtime.update_(rooms, buildings, campuses, depts, floors) operations that POST and PUT to API to create and update each of these.

*Lots of similar code, but each slightly different as what is needed by each endpoint (what goes in URL path and what in query string) changes.

Tests succeed - limited testing against real CambTest API done

Closes #13 (closed)

Merge request reports