Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 217 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 217 Bytes

go-trademark-api-client

USPTO trademark client in golang

Setup

  1. Signup in https://rapidapi.com/
  2. Generate an API key

Test

  1. Copy env_sample as .env
  2. Edit .env with your API key
  3. Run go test ./...