mailslurp_client 11.7.211 → 11.7.300
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/mailslurp_client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 755eb90fe29d2c0ab3e0ddcb70454028f2715d03f1419e816ee64fe1c05ec617
|
4
|
+
data.tar.gz: 311102e9073cb65b681795114c7b3a27d5619202a59de1779861dd805d585f5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2010e6c70de021ff2806c398ffd3e6dc5cc93209ce8298414556abdebb43ee1eea659a2d0e1d822b05d96bd23e9ea96b3ac9138610db7f0a68e5e65c3ec26d5f
|
7
|
+
data.tar.gz: e59aff1668bd8883e5c1dfd207f5dabd2976dee4f9bf6ba621f8514a6d1a95fb7d50305209378fbca7676dc73f4d6e893137fa8e9d1ef3a84bc696284d49fe19
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ MailSlurp is an email API service that lets you create real email addresses in c
|
|
6
6
|
|
7
7
|
## Quick links
|
8
8
|
|
9
|
-
- [Method Documentation](
|
9
|
+
- [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/)
|
10
10
|
- [Gem Package](https://rubygems.org/gems/mailslurp_client)
|
11
11
|
- [Github Source](https://github.com/mailslurp/mailslurp-client-ruby)
|
12
12
|
|
@@ -16,7 +16,7 @@ This section describes how to get up and running with the Ruby client.
|
|
16
16
|
|
17
17
|
See the [examples page](https://www.mailslurp.com/examples/) for more examples and use with common frameworks such as Rails and RSpec.
|
18
18
|
|
19
|
-
See the method documentation for a [list of all functions](
|
19
|
+
See the method documentation for a [list of all functions](https://www.mailslurp.com/docs/ruby/docs/)
|
20
20
|
|
21
21
|
### Create API Key
|
22
22
|
|
@@ -141,7 +141,7 @@ end
|
|
141
141
|
### Send emails
|
142
142
|
|
143
143
|
You can send HTML emails easily with the inbox controller. First create an inbox then use its ID with the `send_email` method.
|
144
|
-
To send attachments see the [Method Documentation](
|
144
|
+
To send attachments see the [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/).
|
145
145
|
|
146
146
|
```ruby
|
147
147
|
# create an inbox
|
@@ -359,4 +359,4 @@ end
|
|
359
359
|
|
360
360
|
## SDK Documentation
|
361
361
|
|
362
|
-
See the [examples page](https://www.mailslurp.com/examples/) or the full [Method Documentation](
|
362
|
+
See the [examples page](https://www.mailslurp.com/examples/) or the full [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/) on Github.
|