Skip to content

spaceapi-community/go-spaceapi-validator-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go API client for spaceapivalidatorclient

This is the SpaceApi Validator 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: 1.1.0
  • Package version: 1.0.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 "./spaceapivalidatorclient"

Documentation for API Endpoints

All URIs are relative to https://validator.spaceapi.io

Class Method HTTP request Description
V1Api V1Get Get /v1
V1Api V1ValidatePost Post /v1/validate/ validate an input against the SpaceApi schema
V2Api V2Get Get /v2
V2Api V2ValidateJSONPost Post /v2/validateJSON validate an input against the SpaceApi schema
V2Api V2ValidateURLPost Post /v2/validateURL validate an input against the SpaceApi schema

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published