package
0.15.5
Repository: https://github.com/moov-io/wire.git
Documentation: pkg.go.dev

# README

Go API client for openapi

Moov Wire implements an HTTP API for creating, parsing, and validating Fedwire messages.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: v1
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://github.com/moov-io/wire

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional

Put the package under your project folder and add the following in import:

import "./openapi"

Documentation for API Endpoints

All URIs are relative to http://localhost:8088

ClassMethodHTTP requestDescription
WireFilesApiAddFEDWireMessageToFilePost /files/{fileID}/FEDWireMessageAdd Fedwire message to file
WireFilesApiCreateWireFilePost /files/createCreate file
WireFilesApiDeleteWireFileByIDDelete /files/{fileID}Delete file
WireFilesApiGetWireFileByIDGet /files/{fileID}Retrieve file
WireFilesApiGetWireFileContentsGet /files/{fileID}/contentsGet file contents
WireFilesApiGetWireFilesGet /filesList files
WireFilesApiPingGet /pingPing Wire service
WireFilesApiValidateWireFileGet /files/{fileID}/validateValidate file

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author