BuddyGG / buddy_matching

Somewhat generic player matching service built with Elixir and Phoenix
https://www.buddy.gg
GNU Affero General Public License v3.0
64 stars 7 forks source link

Strict parsing of from_json in LolInfo/FortniteInfo #146

Open ecly opened 5 years ago

ecly commented 5 years ago

For some data for the structs, we're simply mapping and converting from string based maps to atom based maps. As a result, we could theoretically store arbitrary amounts of data in these maps, as we are not discarding anything we don't need. We may want to make this stricter by only retrieving and storing the data that we know we need.