├── README.md ├── apps.md ├── codesnippets.md ├── glossary.md ├── isitbannable.md ├── sampleresponses.md ├── sampleresponses ├── CoreFetchMatchLoadouts.json ├── CoreFetchPlayer.json ├── PartyFetchPlayer.json └── presences.json ├── snippets ├── 2FA.md ├── authentication │ └── auth.py ├── ign │ ├── ign.cs │ ├── ign.js │ └── ign.py └── lockfile │ └── lockfile.cs ├── unspokenrules.md ├── usefullinks.md └── whatisit.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/README.md -------------------------------------------------------------------------------- /apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/apps.md -------------------------------------------------------------------------------- /codesnippets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/codesnippets.md -------------------------------------------------------------------------------- /glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/glossary.md -------------------------------------------------------------------------------- /isitbannable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/isitbannable.md -------------------------------------------------------------------------------- /sampleresponses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/sampleresponses.md -------------------------------------------------------------------------------- /sampleresponses/CoreFetchMatchLoadouts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/sampleresponses/CoreFetchMatchLoadouts.json -------------------------------------------------------------------------------- /sampleresponses/CoreFetchPlayer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/sampleresponses/CoreFetchPlayer.json -------------------------------------------------------------------------------- /sampleresponses/PartyFetchPlayer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/sampleresponses/PartyFetchPlayer.json -------------------------------------------------------------------------------- /sampleresponses/presences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/sampleresponses/presences.json -------------------------------------------------------------------------------- /snippets/2FA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/snippets/2FA.md -------------------------------------------------------------------------------- /snippets/authentication/auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/snippets/authentication/auth.py -------------------------------------------------------------------------------- /snippets/ign/ign.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/snippets/ign/ign.cs -------------------------------------------------------------------------------- /snippets/ign/ign.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/snippets/ign/ign.js -------------------------------------------------------------------------------- /snippets/ign/ign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/snippets/ign/ign.py -------------------------------------------------------------------------------- /snippets/lockfile/lockfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/snippets/lockfile/lockfile.cs -------------------------------------------------------------------------------- /unspokenrules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/unspokenrules.md -------------------------------------------------------------------------------- /usefullinks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/usefullinks.md -------------------------------------------------------------------------------- /whatisit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soneliem/Useful-ValorantAPI-Info/HEAD/whatisit.md --------------------------------------------------------------------------------