hensei-api/app/helpers
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
..
character_parser.rb Create CharacterParser 2023-07-17 04:04:28 -07:00
granblue_wiki.rb Update GranblueWiki 2023-07-17 04:02:23 -07:00
validation_error_serializer.rb Run RuboCop on everything 2022-12-21 00:22:47 -08:00
validation_errors_serializer.rb Run RuboCop on everything 2022-12-21 00:22:47 -08:00