[Buildbot-commits] [Buildbot] #2632: [nine] Use plurals in REST paths
Buildbot trac
trac at buildbot.net
Fri Jan 10 19:44:01 UTC 2014
#2632: [nine] Use plurals in REST paths
------------------------+--------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.9.0
Version: | Keywords: simple
------------------------+--------------------
REST API path elements are currently singluar, e.g., ``/build/1/step/3``.
Typical REST design suggests plurals, e.g., ``/builds/1/steps/3``.
The change itself isn't too difficult, but updating every use of singular
paths may take some work!
--
Ticket URL: <http://trac.buildbot.net/ticket/2632>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list