Skip to content

sdk-fabric/starwars-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starwars SDK

This SDK is managed by the SDK Fabric project. Our goal is to build a global infrastructure to automatically generate an SDK for every API, please take a look at our website for more information.

Contribution

Please do not create a pull requests at this repository since the code is automatically generated. If an operation or type is missing at the client SDK please register at the TypeHub platform and create a pull request at the Starwars specification. The system will then automatically create a GIT commit and update the code.

Usage

The following example shows how you initialize the client:

import (
	"github.com/sdkfabric/starwars/sdk"
)

var client, _ = sdk.Build("[access_token]");

// @TODO use the client

You can find all available operations and types at: https://app.typehub.cloud/d/sdkfabric/starwars

Sponsor this project

 

Packages

No packages published

Languages