Skip to content

Latest commit

 

History

History

SendItemsApi

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.

Contents

Installation

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.

  1. Install .NET Core
  2. Open a command/terminal window to the directory with Denifia.Stardew.SendItemsApi.dll
  3. Run dotnet Denifia.Stardew.SendItemsApi.dll
    In the output, you should see Now listening on: http://localhost:5000
  4. Ensure your Send Items mod config file has an ApiUrl pointing to you copy of the API

Usage

See Send Items Readme

Versions

See release notes.

See also