Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#174 повышена api версия игры gemz #182

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

serjikus22
Copy link
Collaborator

No description provided.

@serjikus22 serjikus22 requested a review from m0nclous September 10, 2024 16:36
@serjikus22 serjikus22 self-assigned this Sep 10, 2024
@serjikus22 serjikus22 linked an issue Sep 10, 2024 that may be closed by this pull request
@m0nclous
Copy link
Owner

m0nclous commented Sep 16, 2024

Request failed with status code 404 Not Found:
POST https://gemzcoin.us-east-1.replicant.gc-internal.net/gemzcoin/v3.2.1/loginOrCreate

@@ -165,7 +165,7 @@ export default class GemzGameService
}

protected getBaseUrl(): string {
return 'https://gemzcoin.us-east-1.replicant.gc-internal.net/gemzcoin/v2.38.4';
return 'https://gemzcoin.us-east-1.replicant.gc-internal.net/gemzcoin/v3.6.5';
}

protected async getInitDataKey(): Promise<string> {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Рекомендуется вынести версию API, указанную в базовом URL, в переменную или конфигурационный файл для лучшей управляемости и обновления.
  2. При обновлении версии API в getBaseUrl(), убедитесь, что все эндпоинты и методы, вызываемые с этого базового URL, подходят для новой версии API (v3.6.5).
  3. Добавьте комментарий или документацию к getInitDataKey(), объясняющую назначение этого метода или особенности его реализации для повышения читаемости кода.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Не работает бот GEMZ
2 participants