Implement /v1/api/miis?pids= #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds the route to fetch mii data, which also includes SFID data.
added 1 commit
2bfb3790- Correctly use the mii server env variableCompare with previous version
this is incorrect usage of the get_mii_img_url function, how it works is that the first parameter is the pid and the second one is the image you want to grab from that user, how you are using it will not work
requested changes
this is not how the mii caching server functions, please check with
mii_util.rsrequested changes
you literally named the second parameter "format"
changed this line in version 3 of the diff
added 1 commit
71c23ff2- Correctly use caching serverCompare with previous version
fixed in
71c23ffresolved all threads
lgtm
mentioned in commit
144728efd2