Skip to content

pvpgn/api.pvpgn.pro

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

API is represented by several methods:

Diablo 2 Character Editor is an example of usage /d2char.

For more info see Wiki

Installation

Go to Releases and download static binary package for Windows or Linux. There is a single executable file.

By default the API is available to serve on ports 5000 (http) and 5001 (https).

Required port numbers can be changed or disabled by passing a start parameter --urls=http://0.0.0.0:8080;https://0.0.0.0:8081)

Alternative way to run from source code

  1. Install .NET Core SDK for your platform
  2. Clone this repository, cd into WebAPI directory and execute dotnet run