Skip to content

CesiumLabs/gosnowflakeapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSnowflakeApi

GoSnowflakeApi is an api wrapper for the snowflake api written in golang for golang developers.

Example

package main

import (
    "fmt"
    "github.com/DevSnowflake/gosnowflakeapi"
)

func main() {
    client := gosnowflakeapi.Client{"YOUR_API_TOKEN"}
    fmt.Println(client.ChatWith("Hello!", "Snowflake", "male", 1));
}

Links

Todo

  • Write documentation for undocumented fields in the structs.
  • Make support for /api/ytsearch endpoints.