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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,14 @@ Now that everything is set up, we can start **Quickstatements**. We have 2 ways
50
50
51
51
Now **Quickstatements** is available at http://localhost:8765/
52
52
53
+
## Wikibase server
54
+
55
+
QuickStatements 3.0 uses the Wikibase REST API to interact with a Wikibase server. To define which server it is pointing to, define the `BASE_REST_URL` environment variable, pointing to the `rest.php` endpoint, as in `BASE_REST_URL=https://test.wikidata.org/w/rest.php`.
56
+
57
+
It uses the Wikibase REST API provided in `/wikibase/v1` and the profile endpoint for the Oauth2 API, provided in `/oauth2` to check autoconfirmation status and authorize users.
58
+
59
+
Currently it's only possible to point at one Wikibase instance.
60
+
53
61
## OAuth
54
62
55
63
This application uses OAuth2 with the Mediawiki provider.
0 commit comments