Server Side Swift: Basic HTTP Request

Basic HTTP Request - has anyone come across an example? I just want to interact with Google Sheets API . . .

associated info - . . . make my changes and spout out json from that json so that it can be used for both iOS and Android (for localization)

how do I parse an EventLoopFuture :confused:

https://gist.github.com/lahariganti/621a54a5716ddb508a452a5c516fcb25

That seems to be on the right track, what are you stuck on? (You can use syncDecode instead of decode in which case decodedSheet will be of type Sheet

1 Like

that is it; thanks, Tim!

This topic was automatically closed after 166 days. New replies are no longer allowed.