⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟
⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟
CC#
Created by ⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟⃟ on 8/26/2023 in #help
✅ .db file to rest api
Hello I need help, I have a server for a roleplay game (chsarp unity) which is hosted on a pterodactyle egg. The game creates a .db file with all player information. How should I go about creating a rest api so that my website can retrieve information from the database (The problem is that the .db file is only accessible on the game server thanks to plugins that interact with the game). At the beginning I had thought of creating a rest api in my plugins which will take care of sending the information to another api which will manipulate them in order to be able to make type calls (players/{name}/stats etc... ). But I don't think it's effective. So how should I go about it? (The rest api is with chsarp too, API Web ASP.NET)
13 replies