Skip to content

GrimDerp/api-client-go

Repository files navigation

api-client-go Build Status_

The file main.go demonstrates how easy it is to use the Google Genomics API with the Go programming language.

Getting started

  • First, you'll need a valid client ID and secret. Follow the sign up instructions and download the JSON file for installed application.
  • Install the example with:

    go get github.com/googlegenomics/api-client-go
  • To see supported commands, run the program with:

    api-client-go
  • To know about the flags in a particular command, run with help, e.g.:

    api-client-go help
    api-client-go help readsets
    api-client-go help readsets search
  • To search for a readsets, run with:

    api-client-go readsets search --use-oauth=client_secret.json --dataset_ids \
      376902546192

About

Provides a command line interface for API queries in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published