https://github.com/sunnysid3up/poe
Path of Exile GraphQL API
https://github.com/sunnysid3up/poe
api django graphene graphene-django graphql pathofexile poe python
Last synced: 3 months ago
JSON representation
Path of Exile GraphQL API
- Host: GitHub
- URL: https://github.com/sunnysid3up/poe
- Owner: sunnysid3up
- Created: 2020-11-22T17:17:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T08:22:22.000Z (over 5 years ago)
- Last Synced: 2025-04-23T15:15:02.441Z (over 1 year ago)
- Topics: api, django, graphene, graphene-django, graphql, pathofexile, poe, python
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POE


Path of Exile GraphQL APIs
## Features
- Characters (Classes)
- Ascendancies
- Passive Skills
- Equipment (TBD)
- Gem Skills (TBD)
- League (TBD)
- Quests (TBD)
## Develop
```bash
# Start
docker-compose up --build
# Run test
docker exec -it poe-api bash
python poe/manage.py test content
```