Mercurial > p > roundup > code
comparison doc/rest.txt @ 5885:30b76c165ee6
Fix typo.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 29 Sep 2019 22:41:10 -0400 |
| parents | da417bab5cb8 |
| children | f4e77d446add |
comparison
equal
deleted
inserted
replaced
| 5884:35bd1e33bde1 | 5885:30b76c165ee6 |
|---|---|
| 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 move the response that normally happens at /rest/data/<class> to |
| 1276 /rest/data/<class>. | 1276 /rest/data2/<class>. |
| 1277 | 1277 |
| 1278 | 1278 |
| 1279 Controlling Access to Backend Data | 1279 Controlling Access to Backend Data |
| 1280 ================================== | 1280 ================================== |
| 1281 | 1281 |
