Salesforce

Go API client for AI Processing

« Go Back
Information
Go API client for AI Processing
000004292
Public
Product Selection
aiWare - aiWare
Article Details

This is the API client for the AI Processing API.

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: 3.44.2.5540
  • Package version: 3.44.2.5540
  • 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 "./edge"

Documentation for API endpoints

All URIs are relative to https://api.aiware.com/edge/v1

Documentation for models

See Go documentation for models.

Documentation for authorization

api_key

  • Type: API key

Example

auth := context.WithValue(context.Background(), sw.ContextAPIKey, sw.APIKey{
    Key: "APIKEY",
    Prefix: "Bearer", // Omit if not necessary.
})
r, err := client.Service.Operation(auth, args)
Additional Technical Documentation Information
Properties
11/6/2024 8:08 PM
11/6/2024 9:28 PM
11/6/2024 9:28 PM
Documentation
Documentation
000004292
Translation Information
English

Powered by