mailslurp_client 11.7.212 → 11.7.301
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: 29bde6f24897cd8f70b32e20be025cd232a93d0b65628fe0334b0c8f7e429b59
|
4
|
+
data.tar.gz: 8ac9d96b31401eb47ab4b6ab76e01297b3069817cc0ba109448b0120f7d10380
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a9c9cf6f95186e7ea35acf52405bf616391c36b0b3be7ffd2721fa209ec1b68023a4a5c31938d78aa67f9fac8ff89cbbb523271974ea079c98365a5666ae41f
|
7
|
+
data.tar.gz: d7923f406e722ae7b5e0d0ff230ebb2851ded7290eeb0857e361a6e60cd55e6adcb8528e9448a90b75c94a1dc4566b1262b0386b9400c105cf7250f4fa6a425b
|
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.
|