This is a specification for openapi using
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: 1.0.0
- Package version: 0.0.1
- Build package: org.openapitools.codegen.languages.GoClientCodegen
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 "./lib_agent"
All URIs are relative to http://agentplatform.grs.uh.cu/api/v1
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | GetAgent | Get /getAgent/{Name} | |
DefaultApi | GetAgentsByFunction | Get /getAgentsForFunction/{Name} | |
DefaultApi | GetAgentsNames | Get /getAllAgentsNames | |
DefaultApi | GetPeers | Get /getPeers | |
DefaultApi | GetSimilarAgent | Get /getSimilarAgents/{Name} | |
DefaultApi | RegisterAgent | Post /registerAgent |
Endpoints do not require authorization.