Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
/ otito-go Public archive

Golang SDK for otito ( auto generated SDK)

Notifications You must be signed in to change notification settings

ayinke-llc/otito-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go API client for otito

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.

For more information, please visit https://otito.dev

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi "github.com/ayinke-llc/otito-go"

        // to authenticate
	ctx := context.WithValue(context.Background(), otito.ContextAPIKeys, map[string]otito.APIKey{
		"ApiKeyAuth": {
			Key:    "sk_xyz",
			Prefix: "Bearer",
		},
	})


	cfg := otito.NewConfiguration()

	client := otito.NewAPIClient(cfg)

About

Golang SDK for otito ( auto generated SDK)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages