Skip to content

Commit be49480

Browse files
authored
Merge pull request #146 from WikiMovimentoBrasil/2025-01-update-api
fix: update v0 to v1 in wikibase API
2 parents 83f96b8 + ceabd82 commit be49480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def wrapper(self, *args, **kwargs):
5959
class Client:
6060
BASE_REST_URL = settings.BASE_REST_URL
6161
ENDPOINT_PROFILE = f"{BASE_REST_URL}/oauth2/resource/profile"
62-
WIKIBASE_URL = f"{BASE_REST_URL}/wikibase/v0"
62+
WIKIBASE_URL = f"{BASE_REST_URL}/wikibase/v1"
6363

6464
def __init__(self, token: Token):
6565
self.token = token

0 commit comments

Comments
 (0)