# README
Go API client for multitranslateclient
Multi-Translate is a unified interface on top of various translate APIs providing optimal translations, persistence, fallback.
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: 0.7.0
- Package version: 0.7.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
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 "./multitranslateclient"
Documentation for API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | GetSupportedEnginesAvailableEnginesGet | Get /available-engines | Get Supported Engines |
DefaultApi | GetSupportedLanguagesSupportedLanguagesGet | Get /supported-languages | Get Supported Languages |
DefaultApi | ReadyGet | Get / | Ready |
DefaultApi | TranslatePostTranslatePost | Post /translate | Translate Post |
DefaultApi | TranslateTranslateGet | Get /translate | Translate |
Documentation For Models
Documentation For Authorization
Endpoints do not require authorization.