Skip to content

Dashboard representation data from ESO logs (no commercial, only fun)

Notifications You must be signed in to change notification settings

NikMatyukhin/eso_logs_dashboards

Repository files navigation

eso_logs_dashboards

Get GraphQL schema

curl --request POST \
  --url https://www.esologs.com/oauth/token \
  --header 'Authorization: Basic <client_id>:<client_secret>' \
  --header 'Content-Type: multipart/form-data' \
  --form grant_type=client_credentials

Generate python classes

datamodel-codegen --input schema.json --input-file-type=json --output schema.py

Linting before commit

pdm run ruff check .
pdm run black . --check
pdm run mypy .

About

Dashboard representation data from ESO logs (no commercial, only fun)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published