Mercurial > p > roundup > code
comparison doc/rest.txt @ 5886:f4e77d446add
Clarify text.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 29 Sep 2019 22:42:54 -0400 |
| parents | 30b76c165ee6 |
| children | f4db6abf86d9 |
comparison
equal
deleted
inserted
replaced
| 5885:30b76c165ee6 | 5886:f4e77d446add |
|---|---|
| 1270 so we need to drop @_data_decorator from this function since | 1270 so we need to drop @_data_decorator from this function since |
| 1271 we can't apply @_data_decorator twice. | 1271 we can't apply @_data_decorator twice. |
| 1272 """ | 1272 """ |
| 1273 return self.get_collection(classname, input) | 1273 return self.get_collection(classname, input) |
| 1274 | 1274 |
| 1275 will move the response that normally happens at /rest/data/<class> to | 1275 will make the response at /rest/data2/<class> be the same as what is |
| 1276 /rest/data2/<class>. | 1276 normally at /rest/data/<class>. |
| 1277 | 1277 |
| 1278 | 1278 |
| 1279 Controlling Access to Backend Data | 1279 Controlling Access to Backend Data |
| 1280 ================================== | 1280 ================================== |
| 1281 | 1281 |
