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.mkd
+1-1
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ You can then send a POST to:
108
108
109
109
### Adding Ad-hoc endpoints to ModelEndpoints
110
110
111
-
You can also add you own custom methods to a ModelEndpoint. Adhoc methods in a ModelEndpoint observe the same rules as the get(), update() and delete() methods - with the noticable exception that self.pk _may_ not be set.
111
+
You can also add you own custom methods to a ModelEndpoint. Adhoc methods in a ModelEndpoint observe the same rules as the get(), update() and delete() methods - with the noticeable exception that self.pk _may_ not be set.
112
112
113
113
For example, you could add a method called `about` that will display some info about the Model or Record (just used for illustration: not actually a good idea in real life):
0 commit comments