Motoko can't invoke HTTP API

Motoko can’t invoke HTTP API.
Nat, Int, etc, Infinite precision numbers has no >> << ~ etc, bit operation support.

Smart contracts don’t call http apis, they communicate with the world through oracles.
You can convert Nat and Int to their 64bit equivalents, Nat64 and Int64 which have bitwise operations.

4 Likes