files.com 1.1.256 → 1.1.257
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 +7 -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: 9b251c6b20a651ff6a6ce991a3b15930b745253388538f2998304befb68eba72
|
4
|
+
data.tar.gz: 944a6c467b74be83801cc2dd0069f090f5cd181d876ee01f8d230af1eadd2f46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96bd1394decb1161c0e452c6e34144e04c7055b3386466ba634f33667834a13f9d6994985779a26c0d1cd99be43398b68783b38cd0a18c2a48a078afa36c794a
|
7
|
+
data.tar.gz: c8e78c1026c224de7ba80b991b2620b8eec85ec808e3d3b4ed396c6ae22bf043bcebc4d1850d80b7c05cecfa6109f8e8d13ff12101ea59500e3e68e30578084b
|
data/README.md
CHANGED
@@ -238,6 +238,13 @@ time.
|
|
238
238
|
The argument value is a Ruby hash that has a key of the resource field name to sort on and a value
|
239
239
|
of either ```"asc"``` or ```"desc"``` to specify the sort order.
|
240
240
|
|
241
|
+
#### Special note about the List Folder Endpoint
|
242
|
+
|
243
|
+
For historical reasons, and to maintain compatibility
|
244
|
+
with a variety of other cloud-based MFT and EFSS services, Folders will always be listed before Files
|
245
|
+
when listing a Folder. This applies regardless of the sorting parameters you provide. These *will* be
|
246
|
+
used, after the initial sort application of Folders before Files.
|
247
|
+
|
241
248
|
```ruby title="Sort Example"
|
242
249
|
begin
|
243
250
|
# users sorted by username
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.257
|
data/lib/files.com/version.rb
CHANGED