files.com 1.1.243 → 1.1.244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +10 -0
- data/_VERSION +1 -1
- data/lib/files.com/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: 9138791711f30e74f324499b243fc4c07d13aa76011dbd6e3d7c5f76c471841f
|
4
|
+
data.tar.gz: 3feadaa2fa6e0e70e2159d9013d9eae2c1a565f73d6402d4383fa91e87783e2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2840b857e9d54549a4e48fcefe5e90e986097fa2956cef50e08c7ffef32df081f80a17af0e04ec69e4c8b0ea99f189985fb8be26ec97528886a1b2e51a5413c
|
7
|
+
data.tar.gz: e42312ad5dea82d3cab662723a7b3546d491114c34007f80ac05a50f03661e2e4fabd14dc156ba2c7482d6a4b34af527191efdbf5c29744ce9c6a14180c4a9a9
|
data/README.md
CHANGED
@@ -328,6 +328,16 @@ rescue Files::Error => e
|
|
328
328
|
end
|
329
329
|
```
|
330
330
|
|
331
|
+
## Foreign Language Support
|
332
|
+
|
333
|
+
The Files.com Ruby SDK will soon be updated to support localized responses by using a configuration
|
334
|
+
method. When available, it can be used to guide the API in selecting a preferred language for applicable response content.
|
335
|
+
|
336
|
+
Language support currently applies to select human-facing fields only, such as notification messages
|
337
|
+
and error descriptions.
|
338
|
+
|
339
|
+
If the specified language is not supported or the value is omitted, the API defaults to English.
|
340
|
+
|
331
341
|
## Errors
|
332
342
|
|
333
343
|
The Files.com Ruby SDK will return errors by raising exceptions. There are many exception classes defined in the Files SDK that correspond
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.244
|
data/lib/files.com/version.rb
CHANGED