File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Time to make requests to your API.
5151
5252For a quick test, try accessing your app at the url `/api/hello ` with your browser
5353and verify that it reponds with a `403 ` (in fact no `HTTP_AUTHORIZATION ` header was provided).
54- You can test your API with anything can perform HTTP requests, but for this tutorial you can use the online
54+ You can test your API with anything that can perform HTTP requests, but for this tutorial you can use the online
5555`consumer client <http://django-oauth-toolkit.herokuapp.com/consumer/client >`_.
5656Just fill the form with the URL of the API endpoint (i.e. http://localhost:8000/api/hello if you're on localhost) and
5757the access token coming from the :doc: `part 1 of the tutorial <tutorial_01 >`. Going in the Django admin and get the
You can’t perform that action at this time.
0 commit comments