boltlessengineer / tistorysdk

Tistory SDK for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tistory SDK for Go

How to use

package main

import (
  "github.com/boltlessengineer/tistorysdk"
)

const (
  id string = "{{App ID}}"
  sk string = "{{Secret Key}}"
)

func main() {
  tistory := tistorysdk.NewClient(id, sk)
  //...
}

💬 Inspired By

About

Tistory SDK for Go


Languages

Language:Go 100.0%