AustrianDataLAB / IndieGameStream

Stream your games using the Cloud
Mozilla Public License 2.0
6 stars 2 forks source link

Api save & delete gamefile in Azure file storage #25

Closed Intrpt closed 4 months ago

Intrpt commented 5 months ago

In the moment the api is just saving the metadata in the database.

Intrpt commented 5 months ago

It is always just one file: "[...]By using the libretro API, your program becomes a single library file, known as a 'libretro core'[...]" See here

Intrpt commented 5 months ago

https://learn.microsoft.com/en-us/rest/api/storageservices/put-blob?tabs=microsoft-entra-id

Intrpt commented 5 months ago

https://learn.microsoft.com/en-us/azure/developer/go/

stefancsukker commented 5 months ago

https://github.com/Azure-Samples/storage-blobs-go-quickstart/blob/master/storage-quickstart.go