roblox-api 0.1.8

Roblox web api bindings
Documentation
1
2
3
4
5
6

const ASSET_IDS: &[u64] = &[144075659, 144076358];

test_endpoint!(assets, [develop::v1], assets(ASSET_IDS) => |assets| {
    assert_eq!(assets.len(), 2);
});