vendor/github.com/sendgrid/rest/README.md
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 ![SendGrid Logo](twilio_sendgrid_logo.png)
     1 ![SendGrid Logo](twilio_sendgrid_logo.png)
     2 
     2 
     3 [![Build Status](https://travis-ci.com/sendgrid/rest.svg?branch=main)](https://travis-ci.com/sendgrid/rest)
     3 [![BuildStatus](https://github.com/sendgrid/rest/actions/workflows/test.yml/badge.svg)](https://github.com/sendgrid/rest/actions/workflows/test.yml)
     4 [![GoDoc](https://godoc.org/github.com/sendgrid/rest?status.png)](http://godoc.org/github.com/sendgrid/rest)
     4 [![GoDoc](https://godoc.org/github.com/sendgrid/rest?status.png)](http://godoc.org/github.com/sendgrid/rest)
     5 [![Go Report Card](https://goreportcard.com/badge/github.com/sendgrid/rest)](https://goreportcard.com/report/github.com/sendgrid/rest)
     5 [![Go Report Card](https://goreportcard.com/badge/github.com/sendgrid/rest)](https://goreportcard.com/report/github.com/sendgrid/rest)
     6 [![Email Notifications Badge](https://dx.sendgrid.com/badge/go)](https://dx.sendgrid.com/newsletter/go)
       
     7 [![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid)
     6 [![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid)
     8 [![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/rest.svg)](https://github.com/sendgrid/rest/graphs/contributors)
     7 [![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/rest.svg)](https://github.com/sendgrid/rest/graphs/contributors)
     9 [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
     8 [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
    10 
     9 
    11 **Quickly and easily access any RESTful or RESTful-like API.**
    10 **Quickly and easily access any RESTful or RESTful-like API.**
    26 - [License](#license)
    25 - [License](#license)
    27 
    26 
    28 <a name="installation"></a>
    27 <a name="installation"></a>
    29 # Installation
    28 # Installation
    30 
    29 
    31 ## Prerequisites
    30 ## Supported Versions
    32 
    31 
    33 - Go version 1.6.X, 1.7.X, 1.8.X, 1.9.X or 1.10.X
    32 This library supports the following Go implementations:
       
    33 
       
    34 * Go 1.14
       
    35 * Go 1.15
       
    36 * Go 1.16
       
    37 * Go 1.17
    34 
    38 
    35 ## Install Package
    39 ## Install Package
    36 
    40 
    37 ```bash
    41 ```bash
    38 go get github.com/sendgrid/rest
    42 go get github.com/sendgrid/rest