https://github.com/openrct2/openrct2.api
Public OpenRCT2 REST API
https://github.com/openrct2/openrct2.api
Last synced: about 1 year ago
JSON representation
Public OpenRCT2 REST API
- Host: GitHub
- URL: https://github.com/openrct2/openrct2.api
- Owner: OpenRCT2
- Created: 2016-03-14T18:24:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T08:23:37.000Z (almost 2 years ago)
- Last Synced: 2024-09-14T19:28:33.146Z (almost 2 years ago)
- Language: C#
- Size: 795 KB
- Stars: 5
- Watchers: 13
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OpenRCT2 Public REST API
| Branch | Status |
|-------------|---------|
| **master** | [](https://ci.appveyor.com/project/OpenRCT2/openrct2-api) |
## Windows / macOS / Linux
See instructions at https://www.microsoft.com/net/core
## Docker
```
cd=`pwd`
docker pull docker pull mcr.microsoft.com/dotnet/sdk:6.0
docker run -v "$(pwd)":/work -w /work -it -p 5000:80 mcr.microsoft.com/dotnet/sdk:6.0 bash
```
## Building / Launching
```
cd src/OpenRCT2.API
dotnet run
```
## Configuration
~/.openrct2/api.config.yml:
```
api:
bind:
baseUrl:
database:
host:
user:
password:
name:
s3:
key:
secret:
region:
endpoint:
openrct2.org:
applicationToken:
```