You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Silverstripe REST API
2
2
3
+
**NOTE: This module is currently a pre-release. The API and/or behaviour may change as newer pre-release versions are tagged.**
4
+
3
5
This module allows you to quickly and easily create secure REST API endpoints that can be used for both providing database records as JSON as well as optionally allow data to be updated through the API.
4
6
5
7
Simply subclass the `RestApiEndpoint` class and define your endpoint with `private static array` configuration.
0 commit comments