Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

whopio/whop-go-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whop-go-sdk

Installation

go get github.com/whopio/whop-go-sdk

Usage

package main

import (
	"context"
	"fmt"

	"github.com/whopio/whop-go-sdk"
)

func main() {
    config := whop.Config{
        Bearer: "<Bearer Token>",
	// ClientID: "<client ID">,
    }
	client := whop.NewWhop(config)
	ctx := context.Background()

	resp, _ := client.GetLinks(ctx)
	fmt.Printf("%+v", resp)
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages