API in CoSpaces

Is there any way to integrate web API’s into cospaces? Maybe with TypeScript…

Hi @Alessio_Bonini It’s not currently possible to integrate external web APIs into CoSpaces.

Do you have something in mind you’d like to do? Maybe we can still help!

1 Like

I was thinking of using some simple API to implement (and send) data in JSON with the classic request like POST, to create a leaderboard of a simple game in CoSpaces. But I think in general the ability to communicate with general Web APIs could be useful.