Skip to content

Added new Proxy Service, GUI Client Revamped

Latest
Compare
Choose a tag to compare
@Balphagorevr Balphagorevr released this 06 May 03:22

Palworld RESTSharp Proxy Service

Uses ASP.NET Core to serve a REST API through HTTPS and introduces user level access and auditing while keeping the Palworld REST API service behind the proxy service for security.

  • Uses SQLite to store user and audit data only.
  • The initial owner account is created with the same password from the configured Pal Server to connect to. You'd set this up in the "appsettings.json" configuration file.

Palworld RESTSharp Client Library

  • Added support for new Proxy service including new API endpoints.
  • Added/updated comments for library.
  • Number of bugfixes.

Palworld RESTSharp Client GUI

  • Re-designed UI layout and majority of functionality for improved performance and organization.
  • Configuration settings are now stored in a configuration file and encrypted, no longer need to enter the credentials every time!
  • Added support for proxy server management.