This is an internal payments Go client SDK for Chamaconekt Kenya
# Go API client for swagger
This is an internal payments API gateway for Chamaconekt Kenya
## Overview
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- API version: 0.1
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.GoClientCodegen
For more information, please visit
github.com
## Installation
Put the package under your project folder and add the following in import:
```
"./swagger"
```
## Documentation for API Endpoints
All URIs are relative to *
http://localhost:8081*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AccountApi* | **AccountCreate** | **Post** /v1/accounts | create account
*AccountApi* | **AccountDelete** | **Delete** /v1/accounts/{accountID} | delete account
*AccountApi* | **AccountList** | **Get** /v1/accounts | list account
*AccountApi* | **AccountShow** | **Get** /v1/accounts/{accountID} | show account
*AccountApi* | **AccountUpdate** | **Put** /v1/accounts/{accountID} | update account
*B2cApi* | **B2cCreate** | **Post** /v1/b2c/ | create b2c
*DefaultApi* | **JsJsFilepath** | **Get** /js/{filepath} | Download public/js
*DefaultApi* | **PublicUi** | **Get** /ui | Download public/html/index.html
*DefaultApi* | **SwaggerSwaggerJson** | **Get** /swagger.json | Download public/swagger/swagger.json
## Documentation For Models
- Account
- AccountCollection
- B2CPayload
- B2CPayload1
- CreateAccountPayload
- CreateAccountPayload1
- MediatypeIdentifierApplicationvndAccountjsonViewdefault
- MediatypeIdentifierApplicationvndGoaErrorViewdefault
- ModelError
- UpdateAccountPayload
- UpdateAccountPayload1
## Documentation For Authorization
All endpoints do not require authorization.
## Author
ondengew@gmail.com