Expand description
A client library for 3DS title DBs.
This library can use multiple sources to get title data, each with pros and cons. Each source has its own module with associated structs and methods, accessible as features. So far there are:
Modulesยง
- error
- Custom errors.
- json
- Accesses https://github.com/hax0kartik/3dsdb to get 3DS title data.
- xml
- Accesses http://3dsdb.com to get 3DS title data.