Skip to content
forked from GLCharge/ocpi

Open Charge Point Interface Go SDK

License

Notifications You must be signed in to change notification settings

ChargePi/ocpi-sdk-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.