Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 496 Bytes

OSCP-go

This repository contains a HTTP client (in Go) for OSCP (Open Smart Charging Protocol), which was generated using the oapi-codegen generator.

It also contains an OpenAPI specification for OSCP, which is used to generate the client and can be used to generate a compatible HTTP API server.

Installation

 go get github.com/ChargePi/oscp-go@latest"

Usage

import "github.com/ChargePi/oscp/<oscp-version>"