Skip to content

OICP client/SDK for Go

License

Notifications You must be signed in to change notification settings

GLCharge/oicp-client-go

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2024
Jun 5, 2023
Dec 18, 2023
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024

Repository files navigation

GLCharge/oicp-client-go

Welcome 👋

This repository contains client libraries for OICP (Open Intercharge Protocol).

Every version has OpenAPI specification that is used to generate the client using oapi-codegen generator. For more detailed documentation about the modules and APIs please follow the official OICP documentation

Installation

 go get github.com/GLCharge/oicp-client-go@latest"

Usage

import OICP "https://github.com/GLCharge/oicp-client-go/<oicp-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.