Closed rithik-b closed 3 years ago
Add an endpoint which accepts a list of scoresaber ids and returns the associated hitbloq ids in one request
Done. Here's a usage example:
import request x = requests.post('https://hitbloq.com/api/tools/mass_ss_to_hitbloq', json={'ids': ['76561198098172449', '76561198350761117']}) print(x.json())
Add an endpoint which accepts a list of scoresaber ids and returns the associated hitbloq ids in one request