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

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLCharge/client-ocpi

Welcome 👋

This repository contains client libraries for OCPI (Open Charge Point Interface) protocol. Every OCPI version has its own OpenAPI specification that is used to generate the client using oapi-codegen generator. For more detailed documentation about the OCPI protocol and its APIs please read the official OCPI documentation

Installation

 go get github.com/GLCharge/ocpi@latest"

Usage

import OCPI "https://github.com/GLCharge/ocpi/<ocpi-version>"

Documentation

Generation

This code base was generated using oapi-codegen. For further instructions, please follow READMEs for each client. New version can be generated after creating or adjusting the OpenAPI specification. Please do not modify the clients, running generation will overwrite them.