Skip to main content

Provide Pydantic types from FGO API

Project description

Types for FGO Game Data API

This is a package containing the Pydantic definitions of the objects returned by https://api.atlasacademy.io/rapidoc.

Example usage:

from fgo_api_types.enums import Trait
from fgo_api_types.gameenums import SvtType
from fgo_api_types.nice import NiceServant

r = httpx.get("https://api.atlasacademy.io/nice/NA/servant/200")
fujino = NiceServant.parse_raw(r.content)

assert Trait.genderFemale in fujino.traits

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fgo_api_types-2023.12.19.10.1.55.tar.gz (93.8 kB view details)

Uploaded Source

Built Distribution

fgo_api_types-2023.12.19.10.1.55-py3-none-any.whl (97.0 kB view details)

Uploaded Python 3

File details

Details for the file fgo_api_types-2023.12.19.10.1.55.tar.gz.

File metadata

File hashes

Hashes for fgo_api_types-2023.12.19.10.1.55.tar.gz
Algorithm Hash digest
SHA256 06adf824231244f053b2e7b9c1d1966d432c2fa7ff1aa29035f5c7c3be87df92
MD5 6966902f2134ef9349a2d04f1044b9e4
BLAKE2b-256 8d27907d644a78dfe8b8181fc195b57d164c9f1c0975dcaeed1bd89494431281

See more details on using hashes here.

File details

Details for the file fgo_api_types-2023.12.19.10.1.55-py3-none-any.whl.

File metadata

File hashes

Hashes for fgo_api_types-2023.12.19.10.1.55-py3-none-any.whl
Algorithm Hash digest
SHA256 b2f09483b97f03caa72edc0488507c3b029292cc00e65cd57a49d2031121b492
MD5 13cda1243bfda736a453d9e99068563c
BLAKE2b-256 16d0122ecd713a96c172a0fb4d3db9227517115b2cb57b6040c80d6a99a5802f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page