ASP.Net Core REST API providing PkHex & ALM functionality
This API currently supports creating pokemon files (.pk*, .pb* etc.) from Showdown Sets via ALM, checking legality of Showdown Sets/Pokemon files via PkHex & getting trainer data from the data block!
For a full overview of all routes you want to set the ASPNETCORE_ENVIRONMENT
environment variable to Development
which should expose an Swagger (OpenAPI integration) page at /swagger/index.html showing all routes and parameters.
TBD
- ASP.NET Core - The web framework used
- Nuget - Dependency Management
- Serilog - The logging framework used
- Swashbuckle - Swagger (OpenAPI) integration
- PkHex - Pokemon Save File Editor
- AutoLegalityMod - PkHex Automated Modifications
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Kwsch - Creation of PkHex - Kwsch
- architdate - Creation of AutoLegalityMod - architdate
- DevYukine - Initial work - DevYukine
See also the list of contributors who participated in this project.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details