hensei-api/app
Justin Edmund 3633752551 Create CharacterParser
The CharacterParser is responsible for taking the response from a wiki object and turning it into something usable. Most of the logic from the original GranblueWiki object ended up here.

To use, you can instantiate a CharacterParser with a Granblue ID. It will create the wiki object for you using the provided character and fetch data when you call `fetch` on the CharacterParser.

You can also fetch data for all characters with the static method `fetch_all`

Currently a specific subset of fields are persisted, but in the future more can and probably should be saved
2023-07-17 04:04:28 -07:00
..
assets/config February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
blueprints/api/v1 July 2023 Feature Release: Tagging objects (#118) 2023-07-05 21:51:36 -07:00
controllers Search was broken in Japanese! (#120) 2023-07-06 18:08:08 -07:00
errors Create WikiError 2023-07-17 04:00:43 -07:00
helpers Create CharacterParser 2023-07-17 04:04:28 -07:00
models July 2023 Feature Release: Tagging objects (#118) 2023-07-05 21:51:36 -07:00