Send Items API is the Web Api for the Send Items Stardew Valley mod which lets you send items to your other saved games or other players from around the world.
Build with .NET Core so it'll run on Linux, Mac and Windows and can be cloud hosted.
Note: You don't actually need to install this as it's already running in the cloud. These instructions are for advanced users who want to run their own copy of the web api.
- Install .NET Core
- Open a command/terminal window to the directory with Denifia.Stardew.SendItemsApi.dll
- Run
dotnet Denifia.Stardew.SendItemsApi.dll
In the output, you should seeNow listening on: http://localhost:5000
- Ensure your Send Items mod config file has an ApiUrl pointing to you copy of the API
- Requires an Azure Storage account. Connection details are in appsettings.json
See release notes.