# README
Go API client for client
FED API is designed to create FEDACH and FEDWIRE dictionaries. The FEDACH dictionary contains receiving depository financial institutions (RDFI’s) which are qualified to receive ACH entries. The FEDWIRE dictionary contains receiving depository financial institutions (RDFI’s) which are qualified to receive WIRE entries. This project implements a modern REST HTTP API for FEDACH Dictionary and FEDWIRE Dictionary.
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/fed
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 "./client"
Documentation for API Endpoints
All URIs are relative to http://localhost:8086
Class | Method | HTTP request | Description |
---|---|---|---|
FEDApi | Ping | Get /ping | Ping the FED service to check if running |
FEDApi | SearchFEDACH | Get /fed/ach/search | Search FEDACH names and metadata |
FEDApi | SearchFEDWIRE | Get /fed/wire/search | Search FEDWIRE names and metadata |
Documentation For Models
Documentation For Authorization
Endpoints do not require authorization.