Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 390 Bytes

File metadata and controls

16 lines (12 loc) · 390 Bytes

BluOS Swagger API - ASP.NET Core 2.2

An ASP.NET Core Web API with Swagger on top to provide easy access to BlueSound's BluOS interface.

Getting Started

It's easy!

  1. Clone the repo
  2. Add BluOSBaseUrl to secrets.json; right click project in VS > Manage User Secrets, enter:
{
  "BluOSBaseUrl": "http://{yourBluOsDeviceIp}:11000/"
}
  1. Run and use the Swagger interface