File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ I have deployed this on my personal domain `ashcon.app` and am opening it up for
1010### Single Request * (now)*
1111
1212Username or UUID -> Everything<br >
13- [ https://api.ashcon.app/mojang/v1 /user/[username|uuid ]] ( https://api.ashcon.app/mojang/v1 /user/ElectroidFilms ) ` (click for example) `
13+ [ https://api.ashcon.app/mojang/v2 /user/[username|uuid ]] ( https://api.ashcon.app/mojang/v2 /user/Notch ) ` (click for example) `
1414```
1515{
1616 "uuid": <uuid>,
@@ -31,9 +31,13 @@ Username or UUID -> Everything<br>
3131 "cape": {
3232 "url": <url|null>,
3333 "data": <base64|null>
34+ },
35+ "raw": {
36+ "value": <base64>,
37+ "signature": <base64>
3438 }
3539 },
36- "cached_at ": <date>
40+ "created_at ": <date|null >
3741}
3842```
3943
@@ -81,5 +85,5 @@ UUID -> Profile + Textures<br>
8185npm i
8286npm run build
8387npm run preview -- \
84- --preview-url https://localhost/mojang/v1 /user/Notch
88+ --preview-url https://localhost/mojang/v2 /user/Notch
8589```
You can’t perform that action at this time.
0 commit comments