Categorygithub.com/rekon-oss/multi-translate/clients/go
package
0.7.0
Repository: https://github.com/rekon-oss/multi-translate.git
Documentation: pkg.go.dev

# 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

ClassMethodHTTP requestDescription
DefaultApiGetSupportedEnginesAvailableEnginesGetGet /available-enginesGet Supported Engines
DefaultApiGetSupportedLanguagesSupportedLanguagesGetGet /supported-languagesGet Supported Languages
DefaultApiReadyGetGet /Ready
DefaultApiTranslatePostTranslatePostPost /translateTranslate Post
DefaultApiTranslateTranslateGetGet /translateTranslate

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author