mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 20:47:52 +02:00
The original thought was that the actions you can do on a resource is: - create it - read it - update it (I guess you should have "delete" as well, but that isn't currently there) Although we use "read" and "update", we never use "create". So having it goes against the YAGNI principle :) Also, it had a bug: when sending a "create", the opt_newId in send_() would permanentily change the uri of the request, causing any subsequent request to go to the wrong endpoint. By removing the "create" we can simplify the rest of the code (the send_() function). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=213029499 |
||
---|---|---|
.. | ||
registrar | ||
BUILD | ||
component.js | ||
console.js | ||
edit_item.js | ||
forms.js | ||
menu_button.js | ||
resource.js | ||
resource_component.js | ||
session.js | ||
util.js | ||
xml.js |