mailslurp_client 11.7.214 → 11.7.215
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: 06216e7d142037094c0348e03288757c276ef900d6358ba4a8987b5c7c7897d6
|
4
|
+
data.tar.gz: cf6e410af142d4e50f12303c80e18bdb8751ee34a71d0a7b593138841084843f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2da4cab0bb3b524732fb4ff39d845acc8b82b5b8f8f6451e7d00fd74af2a081a8fcb8155ca593de2caf3b85a3a99bcf4f243c775f76926a3f30ead83db4ffe56
|
7
|
+
data.tar.gz: 442f5e4e688a30ab127b8ac069cdbc12cac75812f3939a37aa03ea49687d3b1f4b62244005bb6351de21243e2e7de8137de2c13fd1a7b2652423f4dfe60331c9
|
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.
|