/ocpi-sdk-go

Open Charge Point Interface Go SDK

Primary LanguageGoMIT LicenseMIT

ocpi-sdk-go

This repository contains client and server libraries for OCPI (Open Charge Point Interface) protocol, generated with oapi-codegen generator.

Version Supported Docs OpenAPI spec
2.2.1 Yes OCPI documentation Link

Installation

 go get github.com/GLCharge/ocpi@latest

Usage

import "github.com/GLCharge/ocpi/ocpi_v<ocpi-version>"

Generation

This code base was generated using oapi-codegen. For further instructions, please follow READMEs for each version.

New version can be generated after creating or adjusting the OpenAPI specification. Please do not modify the generated code.