Rest.msc

December 23, 2017 ยท View on GitHub

Build status

Rest.msc

Restful API management for Windows Services. Access and control windows services using http commands.

Getting Started

Install Rest.msc As Service

  • Run the command line AS ADMINISTRATOR
  • Go the Rest.msc folder and run the command Rest.msc.exe install
  • Go to the service manager (services.msc) find the service Rest.msc API and Start the service
  • Now you can access the API using any Restful Client
  • for complete documentation, please see API-Documentation.md

Prerequisites

.Net Framework 4.7, Visual Studio 2015 or higher with Visual Basic.Net

Dockerfile

FROM microsoft/dotnet-framework:4.7
ARG source
WORKDIR /app
COPY ${source:-obj/Docker/publish} .
ENV APIKEY 111
ENV DockerEnv true
ENTRYPOINT ["C:\\app\\Rest.msc.exe"]

Authors

License

This project is licensed under the MIT License.