We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our API from https://api.chatie.io/v0/hosties/puppet_TOKEN_ is used for token service discovery.
The schema will be changed from today.
{"ip":"8.7.5.7","port":55171}
{"host":"8.7.5.7","port":55171}
The ip will be removed from the API response after Dec 31, 2022.
ip
From now to Dec 31, 2022, the schema is a redundancy:
{"host":"8.7.5.7","ip":"8.7.5.7","port":55171}
Related to: #155
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our API from https://api.chatie.io/v0/hosties/puppet_TOKEN_ is used for token service discovery.
The schema will be changed from today.
Before
After
Breaking Change
The
ip
will be removed from the API response after Dec 31, 2022.From now to Dec 31, 2022, the schema is a redundancy:
Related to: #155
The text was updated successfully, but these errors were encountered: