Skip to content

mdp/embedly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extract

A go client for the embedly Extract API.

Usage

package main

import (
  "github.com/poptip/embedly.go/extract"
)

func main() {
  c := extract.NewClient(key)
  urls := []string{}
  options = extract.Options{}
  responses, err := extract.Extract(urls, options)
}

Install

go get github.com/poptip/embedly.go/extract

License

MIT

About

Golang client for embed.ly API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%