├── .gitattributes ├── LICENSE ├── README.md └── api.json /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/UndocumentedAPI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/UndocumentedAPI/HEAD/README.md -------------------------------------------------------------------------------- /api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/UndocumentedAPI/HEAD/api.json --------------------------------------------------------------------------------