10
10
[ ![ CI] ( https://github.com/mailjet/mailjet-apiv3-go/actions/workflows/main.yml/badge.svg?branch=master )] ( https://github.com/mailjet/mailjet-apiv3-go/actions/workflows/main.yml )
11
11
[ ![ GoDoc] ( https://godoc.org/github.com/mailjet/mailjet-apiv3-go?status.svg )] ( https://pkg.go.dev/github.com/mailjet/mailjet-apiv3-go/v4 )
12
12
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/mailjet/mailjet-apiv3-go/v4 )] ( https://goreportcard.com/report/github.com/mailjet/mailjet-apiv3-go/v4 )
13
- ![ Current Version] ( https://img.shields.io/badge/version-4.0-green.svg )
14
13
15
14
## Overview
16
15
@@ -26,8 +25,7 @@ Check out all the resources and in the [Official Documentation][doc].
26
25
- [Functional test](#functional-test)
27
26
- [ Make your first call] ( #make-your-first-call )
28
27
- [ Client / Call configuration specifics] ( #client--call-configuration-specifics )
29
- - [ API versioning] ( #api-versioning )
30
- - [Send emails through proxy](#send-emails-through-proxy)
28
+ - [ Send emails through proxy] ( #send-emails-through-proxy )
31
29
- [ Request examples] ( #request-examples )
32
30
- [ POST request] ( #post-request )
33
31
- [ Simple POST request] ( #simple-post-request )
@@ -38,7 +36,6 @@ Check out all the resources and in the [Official Documentation][doc].
38
36
- [ Retrieve a single object] ( #retrieve-a-single-object )
39
37
- [ PUT request] ( #put-request )
40
38
- [ DELETE request] ( #delete-request )
41
- - [ Response] ( #response )
42
39
- [ Contribute] ( #contribute )
43
40
44
41
## Compatibility
@@ -56,10 +53,9 @@ Get package:
56
53
go get github.com/mailjet/mailjet-apiv3-go/v4
57
54
```
58
55
59
- And create a new MailjetClient :
56
+ And import the Mailjet wrapper :
60
57
61
58
``` go
62
- // Import the Mailjet wrapper
63
59
import (
64
60
" github.com/mailjet/mailjet-apiv3-go/v4"
65
61
" github.com/mailjet/mailjet-apiv3-go/v4/resources"
0 commit comments