-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a10d96e
commit 4d87ba0
Showing
4 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,30 @@ | ||
attrs==23.2.0 | ||
blinker==1.7.0 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
dnspython==2.6.1 | ||
flasgger==0.9.7.1 | ||
Flask==3.0.2 | ||
gunicorn==21.2.0 | ||
idna==3.6 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.3 | ||
jsonschema==4.21.1 | ||
jsonschema-specifications==2023.12.1 | ||
Markdown==3.5.2 | ||
MarkupSafe==2.1.5 | ||
mistune==3.0.2 | ||
packaging==24.0 | ||
pymongo==4.6.2 | ||
python-dotenv==1.0.1 | ||
PyYAML==6.0.1 | ||
referencing==0.33.0 | ||
requests==2.31.0 | ||
rpds-py==0.18.0 | ||
schedule==1.2.1 | ||
six==1.16.0 | ||
tqdm==4.66.2 | ||
urllib3==2.2.1 | ||
Werkzeug==3.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# OpenGSQ APIs Terms of Service | ||
|
||
## 1. Acceptance of Terms | ||
|
||
By accessing and using the **OpenGSQ Master Server Search API**, you agree to comply with these terms and conditions. If you do not agree with any part of these terms, please refrain from using the API. | ||
|
||
## 2. Use of the API | ||
|
||
- You may use the API for legitimate purposes related to **server search and retrieval**. | ||
- You must not misuse the API, including but not limited to: | ||
- Attempting to gain unauthorized access to the API or its data. | ||
- Introducing malicious code or interfering with the API's functionality. | ||
- Violating any applicable laws or regulations. | ||
|
||
## 3. Disclaimer of Warranties | ||
|
||
- The API is provided "as is" without any warranties, express or implied. | ||
- We do not guarantee the accuracy, reliability, or availability of the API. | ||
|
||
## 4. Limitation of Liability | ||
|
||
- **OpenGSQ** shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from API use. | ||
- You assume all risks associated with API usage. | ||
|
||
## 5. Changes to the TOS | ||
|
||
- We reserve the right to modify these terms at any time. Changes will be effective upon posting on our website. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = '1.0.0' |