brick_ftp 2.0.1 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +7 -24
- data/.rubocop.yml +1 -1
- data/.rubocop_todo.yml +7 -0
- data/CHANGELOG.md +64 -0
- data/README.md +6 -8
- data/brick_ftp.gemspec +2 -2
- data/docker-compose.yml +7 -0
- data/lib/brick_ftp/client.rb +17 -4
- data/lib/brick_ftp/core_ext/hash/symbolize_keys.rb +4 -4
- data/lib/brick_ftp/restful_api/add_group_member.rb +1 -1
- data/lib/brick_ftp/restful_api/client.rb +20 -8
- data/lib/brick_ftp/restful_api/complete_upload.rb +1 -1
- data/lib/brick_ftp/restful_api/continue_upload.rb +1 -1
- data/lib/brick_ftp/restful_api/count_folder_contents.rb +1 -1
- data/lib/brick_ftp/restful_api/create_api_key.rb +1 -1
- data/lib/brick_ftp/restful_api/create_behavior.rb +1 -1
- data/lib/brick_ftp/restful_api/create_bundle.rb +1 -1
- data/lib/brick_ftp/restful_api/create_group.rb +1 -1
- data/lib/brick_ftp/restful_api/create_notification.rb +1 -1
- data/lib/brick_ftp/restful_api/create_permission.rb +1 -1
- data/lib/brick_ftp/restful_api/create_public_key.rb +1 -1
- data/lib/brick_ftp/restful_api/create_user.rb +1 -1
- data/lib/brick_ftp/restful_api/create_user_in_group.rb +1 -1
- data/lib/brick_ftp/restful_api/delete_folder.rb +5 -7
- data/lib/brick_ftp/restful_api/download_file.rb +1 -1
- data/lib/brick_ftp/restful_api/get_api_key.rb +1 -1
- data/lib/brick_ftp/restful_api/get_behavior.rb +1 -1
- data/lib/brick_ftp/restful_api/get_bundle.rb +1 -1
- data/lib/brick_ftp/restful_api/get_bundle_zip.rb +1 -1
- data/lib/brick_ftp/restful_api/get_file_in_bundle.rb +1 -1
- data/lib/brick_ftp/restful_api/get_group.rb +1 -1
- data/lib/brick_ftp/restful_api/get_public_key.rb +1 -1
- data/lib/brick_ftp/restful_api/get_site_usage.rb +1 -1
- data/lib/brick_ftp/restful_api/get_user.rb +1 -1
- data/lib/brick_ftp/restful_api/list_api_keys.rb +1 -1
- data/lib/brick_ftp/restful_api/list_behaviors.rb +1 -1
- data/lib/brick_ftp/restful_api/list_bundle_contents.rb +1 -1
- data/lib/brick_ftp/restful_api/list_bundles.rb +1 -1
- data/lib/brick_ftp/restful_api/list_folder_behaviors.rb +1 -1
- data/lib/brick_ftp/restful_api/list_folders.rb +1 -1
- data/lib/brick_ftp/restful_api/list_groups.rb +1 -1
- data/lib/brick_ftp/restful_api/list_notifications.rb +1 -1
- data/lib/brick_ftp/restful_api/list_permissions.rb +1 -1
- data/lib/brick_ftp/restful_api/list_public_keys.rb +1 -1
- data/lib/brick_ftp/restful_api/list_users.rb +1 -1
- data/lib/brick_ftp/restful_api/retrieve_history.rb +1 -1
- data/lib/brick_ftp/restful_api/search_user.rb +1 -1
- data/lib/brick_ftp/restful_api/start_upload.rb +1 -1
- data/lib/brick_ftp/restful_api/unlock_user.rb +1 -1
- data/lib/brick_ftp/restful_api/update_behavior.rb +1 -1
- data/lib/brick_ftp/restful_api/update_group.rb +1 -1
- data/lib/brick_ftp/restful_api/update_group_member.rb +1 -1
- data/lib/brick_ftp/restful_api/update_user.rb +2 -2
- data/lib/brick_ftp/restful_api/upload_file.rb +1 -1
- data/lib/brick_ftp/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96e1dc7450ed459157341a4f98a354fc3e11f284b8f369074121a39b325eb273
|
4
|
+
data.tar.gz: 8767ddfafc2935647b1fee4df01777bd2b6e7f29dbacfc8f6ad70994fb77318c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 221abadce34fd474a3719889f5771f53269740efe469ca39bf349e8132b73761fba543dff5cb7c8fc00f1ba295ce236a134d9265fe5d87d5fa49d8a378b5a538
|
7
|
+
data.tar.gz: 86e766d25b7aefdf346b4755412e6e2bd4def47e5f4136eab984851e11de9899e9d4f5d646d00fc4fe581bb5623c3534f94d3d5cba3e165173ec4ae4dcdb4c85
|
data/.circleci/config.yml
CHANGED
@@ -15,29 +15,9 @@ jobs:
|
|
15
15
|
- run:
|
16
16
|
name: YARDoc
|
17
17
|
command: yardoc --fail-on-warning lib
|
18
|
-
# see https://docs.codeclimate.com/docs/circle-ci-test-coverage-example
|
19
|
-
- run:
|
20
|
-
name: Setup Code Climate test-reporter
|
21
|
-
command: |
|
22
|
-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
23
|
-
chmod +x ./cc-test-reporter
|
24
18
|
- run:
|
25
19
|
name: RSpec
|
26
|
-
command:
|
27
|
-
./cc-test-reporter before-build
|
28
|
-
rspec
|
29
|
-
./cc-test-reporter after-build --coverage-input-type simplecov --exit-code $?
|
30
|
-
- store_artifacts:
|
31
|
-
path: coverage
|
32
|
-
destination: coverage
|
33
|
-
ruby-2.3:
|
34
|
-
<<: *build
|
35
|
-
docker:
|
36
|
-
- image: circleci/ruby:2.3
|
37
|
-
ruby-2.4:
|
38
|
-
<<: *build
|
39
|
-
docker:
|
40
|
-
- image: circleci/ruby:2.4
|
20
|
+
command: rspec
|
41
21
|
ruby-2.5:
|
42
22
|
<<: *build
|
43
23
|
docker:
|
@@ -45,13 +25,16 @@ jobs:
|
|
45
25
|
ruby-2.6:
|
46
26
|
<<: *build
|
47
27
|
docker:
|
48
|
-
- image: circleci/ruby:2.
|
28
|
+
- image: circleci/ruby:2.6
|
29
|
+
ruby-2.7:
|
30
|
+
<<: *build
|
31
|
+
docker:
|
32
|
+
- image: circleci/ruby:2.7
|
49
33
|
|
50
34
|
workflows:
|
51
35
|
version: 2
|
52
36
|
build-using-multi-rubies:
|
53
37
|
jobs:
|
54
|
-
- ruby-2.3
|
55
|
-
- ruby-2.4
|
56
38
|
- ruby-2.5
|
57
39
|
- ruby-2.6
|
40
|
+
- ruby-2.7
|
data/.rubocop.yml
CHANGED
data/.rubocop_todo.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -18,6 +18,70 @@ Files::User.new(params, api_key: 'YOUR_API_KEY')
|
|
18
18
|
I will archive this repository after found official SDK.
|
19
19
|
|
20
20
|
|
21
|
+
[v2.1.1](https://github.com/koshigoe/brick_ftp/compare/v2.1.0...v2.1.1)
|
22
|
+
----
|
23
|
+
|
24
|
+
[Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v2.1.0...v2.1.1)
|
25
|
+
|
26
|
+
### Enhancements:
|
27
|
+
|
28
|
+
- [#136](https://github.com/koshigoe/brick_ftp/pull/136) Use `PATCH` instead of `PUT` to update User.
|
29
|
+
- see https://developers.files.com/#update-user
|
30
|
+
|
31
|
+
### Fixed Bugs:
|
32
|
+
|
33
|
+
### Deprecate
|
34
|
+
|
35
|
+
### Breaking Changes:
|
36
|
+
|
37
|
+
|
38
|
+
[v2.1.0](https://github.com/koshigoe/brick_ftp/compare/v2.0.3...v2.1.0)
|
39
|
+
----
|
40
|
+
|
41
|
+
[Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v2.0.3...v2.1.0)
|
42
|
+
|
43
|
+
### Enhancements:
|
44
|
+
|
45
|
+
### Fixed Bugs:
|
46
|
+
|
47
|
+
### Deprecate
|
48
|
+
|
49
|
+
- Deprecate keyword argument `subdomain:` of `BrickFTP::Client#initialize`
|
50
|
+
- To enable to specify base URL of REST API (e.g. `http://127.0.0.1:40410/`)
|
51
|
+
|
52
|
+
### Breaking Changes:
|
53
|
+
|
54
|
+
- Dropping support for Ruby 2.3, 2.4
|
55
|
+
|
56
|
+
|
57
|
+
[v2.0.3](https://github.com/koshigoe/brick_ftp/compare/v2.0.2...v2.0.3)
|
58
|
+
----
|
59
|
+
|
60
|
+
[Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v2.0.2...v2.0.3)
|
61
|
+
|
62
|
+
### Enhancements:
|
63
|
+
|
64
|
+
### Fixed Bugs:
|
65
|
+
|
66
|
+
- [#133](https://github.com/koshigoe/brick_ftp/pull/133) Fix to enable to delete folders recursively
|
67
|
+
|
68
|
+
### Breaking Changes:
|
69
|
+
|
70
|
+
|
71
|
+
[v2.0.2](https://github.com/koshigoe/brick_ftp/compare/v2.0.1...v2.0.2)
|
72
|
+
----
|
73
|
+
|
74
|
+
[Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v2.0.1...v2.0.2)
|
75
|
+
|
76
|
+
### Enhancements:
|
77
|
+
|
78
|
+
- [#132](https://github.com/koshigoe/brick_ftp/pull/132) Suppress warnings in Ruby 2.7
|
79
|
+
|
80
|
+
### Fixed Bugs:
|
81
|
+
|
82
|
+
### Breaking Changes:
|
83
|
+
|
84
|
+
|
21
85
|
[v2.0.1](https://github.com/koshigoe/brick_ftp/compare/v2.0.0...v2.0.1)
|
22
86
|
----
|
23
87
|
|
data/README.md
CHANGED
@@ -8,6 +8,8 @@ Files.com (BrickFTP)
|
|
8
8
|
|
9
9
|
This is a [File.com (BrickFTP)](https://files.com/)'s _unofficial_ [RESTful API](https://developers.files.com/) Client.
|
10
10
|
|
11
|
+
**I recommend official SDK: [Files-com/files-sdk-ruby](https://github.com/Files-com/files-sdk-ruby)**
|
12
|
+
|
11
13
|
|
12
14
|
Installation
|
13
15
|
----
|
@@ -31,22 +33,18 @@ Usage
|
|
31
33
|
----
|
32
34
|
|
33
35
|
```
|
36
|
+
$ docker compose up -d
|
34
37
|
$ bin/console
|
35
|
-
> client = BrickFTP::Client.new
|
38
|
+
> client = BrickFTP::Client.new(base_url: 'http://localhost:40410', api_key: 'dummy')
|
36
39
|
> client.list_users
|
37
40
|
```
|
38
41
|
|
39
|
-
```
|
40
|
-
$ bin/console
|
41
|
-
> api_client = BrickFTP::RESTfulAPI::Client.new(ENV['BRICK_FTP_SUBDOMAIN'], ENV['BRICK_FTP_API_KEY'])
|
42
|
-
> BrickFTP::RESTfulAPI::ListUsers.new(api_client).call
|
43
|
-
```
|
44
|
-
|
45
42
|
### Environment Variables
|
46
43
|
|
47
44
|
Name | Description
|
48
45
|
--------------------- | -----------
|
49
|
-
`BRICK_FTP_SUBDOMAIN` | Default subdomain
|
46
|
+
`BRICK_FTP_SUBDOMAIN` | Default subdomain (deprecated)
|
47
|
+
`BRICK_FTP_BASE_URL` | Base URL of Files.com's REST API (e.g. `https://{subdomain}.files.com/`)
|
50
48
|
`BRICK_FTP_API_KEY` | Default API key
|
51
49
|
|
52
50
|
|
data/brick_ftp.gemspec
CHANGED
@@ -20,9 +20,9 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
21
21
|
spec.require_paths = ['lib']
|
22
22
|
|
23
|
-
spec.required_ruby_version = '>= 2.
|
23
|
+
spec.required_ruby_version = '>= 2.5.0'
|
24
24
|
|
25
|
-
spec.add_development_dependency 'bundler', '
|
25
|
+
spec.add_development_dependency 'bundler', '>= 1.16'
|
26
26
|
spec.add_development_dependency 'pry', '~> 0.11'
|
27
27
|
spec.add_development_dependency 'rake', '~> 12.0'
|
28
28
|
spec.add_development_dependency 'redcarpet', '~> 3.4'
|
data/docker-compose.yml
ADDED
data/lib/brick_ftp/client.rb
CHANGED
@@ -10,14 +10,26 @@ module BrickFTP
|
|
10
10
|
# BrickFTP::Client.new.list_users
|
11
11
|
#
|
12
12
|
class Client
|
13
|
-
attr_reader :
|
13
|
+
attr_reader :base_url, :api_key, :api_client
|
14
14
|
|
15
|
-
# @param [String]
|
15
|
+
# @param [String] base_url
|
16
|
+
# @param [String] subdomain (deprecated)
|
16
17
|
# @param [String] api_key
|
17
|
-
def initialize(subdomain: nil, api_key: nil)
|
18
|
+
def initialize(base_url: nil, subdomain: nil, api_key: nil)
|
19
|
+
if subdomain
|
20
|
+
warn('DEPRECATION WARNING: The argument `subdomain:` will be deprecated in a future version.' \
|
21
|
+
' Please use `base_url:` instead.')
|
22
|
+
end
|
23
|
+
|
18
24
|
@subdomain = subdomain || ENV['BRICK_FTP_SUBDOMAIN']
|
25
|
+
@base_url = base_url || ENV['BRICK_FTP_BASE_URL']
|
19
26
|
@api_key = api_key || ENV['BRICK_FTP_API_KEY']
|
20
|
-
@api_client = BrickFTP::RESTfulAPI::Client.new(@subdomain, @api_key)
|
27
|
+
@api_client = BrickFTP::RESTfulAPI::Client.new(@base_url || @subdomain, @api_key)
|
28
|
+
end
|
29
|
+
|
30
|
+
def subdomain
|
31
|
+
warn("DEPRECATION WARNING: #{self.class.name}##{__method__} will be deprecated in a future version.")
|
32
|
+
@subdomain
|
21
33
|
end
|
22
34
|
|
23
35
|
private
|
@@ -34,6 +46,7 @@ module BrickFTP
|
|
34
46
|
|
35
47
|
def respond_to_missing?(symbol, include_private)
|
36
48
|
return true if command_class(symbol)
|
49
|
+
|
37
50
|
super
|
38
51
|
end
|
39
52
|
|
@@ -7,10 +7,10 @@ module BrickFTP
|
|
7
7
|
def symbolize_keys
|
8
8
|
each_key.each_with_object({}) do |key, mem|
|
9
9
|
symbolized_key = begin
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
10
|
+
key.to_sym
|
11
|
+
rescue StandardError
|
12
|
+
key
|
13
|
+
end
|
14
14
|
mem[symbolized_key] = self[key]
|
15
15
|
end
|
16
16
|
end
|
@@ -37,7 +37,7 @@ module BrickFTP
|
|
37
37
|
def call(group_id, user_id, params)
|
38
38
|
res = client.put("/api/rest/v1/groups/#{group_id}/memberships/#{user_id}.json", membership: params.to_h.compact)
|
39
39
|
|
40
|
-
BrickFTP::Types::GroupMembership.new(res.symbolize_keys)
|
40
|
+
BrickFTP::Types::GroupMembership.new(**res.symbolize_keys)
|
41
41
|
end
|
42
42
|
end
|
43
43
|
end
|
@@ -35,12 +35,13 @@ module BrickFTP
|
|
35
35
|
|
36
36
|
# Initialize REST API client.
|
37
37
|
#
|
38
|
-
# @param [String]
|
38
|
+
# @param [String] base_url
|
39
39
|
# @param [String] api_key
|
40
40
|
#
|
41
|
-
def initialize(
|
42
|
-
@
|
43
|
-
@http
|
41
|
+
def initialize(base_url, api_key)
|
42
|
+
@base_uri = make_base_uri(base_url)
|
43
|
+
@http = Net::HTTP.new(@base_uri.host, @base_uri.port)
|
44
|
+
@http.use_ssl = (@base_uri.scheme == 'https')
|
44
45
|
@http.open_timeout = OPEN_TIMEOUT
|
45
46
|
@http.read_timeout = READ_TIMEOUT
|
46
47
|
@request_headers = {
|
@@ -146,11 +147,22 @@ module BrickFTP
|
|
146
147
|
res = http.start { |session| session.request(req) }
|
147
148
|
|
148
149
|
return io.size if res.is_a?(Net::HTTPSuccess)
|
150
|
+
|
149
151
|
raise Error, parse_error_response(res)
|
150
152
|
end
|
151
153
|
|
152
154
|
private
|
153
155
|
|
156
|
+
DEFAULT_BASE_URL_TEMPLATE = 'https://%{subdomain}.files.com'
|
157
|
+
|
158
|
+
def make_base_uri(url_or_subdomain)
|
159
|
+
unless /[.:]/.match?(url_or_subdomain)
|
160
|
+
url_or_subdomain = format(DEFAULT_BASE_URL_TEMPLATE, subdomain: url_or_subdomain)
|
161
|
+
end
|
162
|
+
|
163
|
+
URI.parse(url_or_subdomain)
|
164
|
+
end
|
165
|
+
|
154
166
|
def handle_response(response)
|
155
167
|
case response
|
156
168
|
when Net::HTTPNoContent
|
@@ -169,10 +181,10 @@ module BrickFTP
|
|
169
181
|
|
170
182
|
def parse_error_response(response)
|
171
183
|
parsed = begin
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
184
|
+
JSON.parse(response.body)
|
185
|
+
rescue StandardError
|
186
|
+
{}
|
187
|
+
end
|
176
188
|
parsed = {} unless parsed.is_a?(Hash)
|
177
189
|
|
178
190
|
ErrorResponse.new(parsed.symbolize_keys).tap do |e|
|
@@ -39,7 +39,7 @@ module BrickFTP
|
|
39
39
|
def call(path, params)
|
40
40
|
res = client.post("/api/rest/v1/files/#{ERB::Util.url_encode(path)}", params.to_h.compact.merge(action: 'end'))
|
41
41
|
|
42
|
-
BrickFTP::Types::File.new(res.symbolize_keys)
|
42
|
+
BrickFTP::Types::File.new(**res.symbolize_keys)
|
43
43
|
end
|
44
44
|
end
|
45
45
|
end
|
@@ -43,7 +43,7 @@ module BrickFTP
|
|
43
43
|
def call(path, params)
|
44
44
|
res = client.post("/api/rest/v1/files/#{ERB::Util.url_encode(path)}", params.to_h.compact.merge(action: 'put'))
|
45
45
|
|
46
|
-
BrickFTP::Types::Upload.new(res.symbolize_keys)
|
46
|
+
BrickFTP::Types::Upload.new(**res.symbolize_keys)
|
47
47
|
end
|
48
48
|
end
|
49
49
|
end
|
@@ -29,7 +29,7 @@ module BrickFTP
|
|
29
29
|
if recursive
|
30
30
|
BrickFTP::Types::FolderContentsCount.new(total: res['data']['count'])
|
31
31
|
else
|
32
|
-
BrickFTP::Types::FolderContentsCount.new(res['data']['count'].symbolize_keys)
|
32
|
+
BrickFTP::Types::FolderContentsCount.new(**res['data']['count'].symbolize_keys)
|
33
33
|
end
|
34
34
|
end
|
35
35
|
end
|
@@ -35,7 +35,7 @@ module BrickFTP
|
|
35
35
|
def call(id, params)
|
36
36
|
res = client.post("/api/rest/v1/users/#{id}/public_keys.json", params.to_h.compact)
|
37
37
|
|
38
|
-
BrickFTP::Types::UserPublicKey.new(res.symbolize_keys)
|
38
|
+
BrickFTP::Types::UserPublicKey.new(**res.symbolize_keys)
|
39
39
|
end
|
40
40
|
end
|
41
41
|
end
|
@@ -6,25 +6,23 @@ module BrickFTP
|
|
6
6
|
module RESTfulAPI
|
7
7
|
# Delete a file or folder
|
8
8
|
#
|
9
|
-
# @see https://developers.files.com/#delete-
|
9
|
+
# @see https://developers.files.com/#delete-file-folder Delete file/folder
|
10
10
|
#
|
11
11
|
class DeleteFolder
|
12
12
|
include Command
|
13
13
|
|
14
14
|
# Deletes a file or folder.
|
15
15
|
#
|
16
|
-
#
|
17
|
-
# If you want to recursively delete a folder and all its contents, send the request with a `Depth` header
|
18
|
-
# with the value set to `infinity`.
|
16
|
+
# > If true, will recursively delete folers. Otherwise, will error on non-empty folders.
|
19
17
|
#
|
20
18
|
# @param [String] path Full path of the file or folder. Maximum of 550 characters.
|
21
19
|
# @param [Boolean] recursive
|
22
20
|
#
|
23
21
|
def call(path, recursive: false)
|
24
|
-
|
25
|
-
|
22
|
+
url = "/api/rest/v1/files/#{ERB::Util.url_encode(path)}"
|
23
|
+
url += '?recursive=true' if recursive
|
26
24
|
|
27
|
-
client.delete(
|
25
|
+
client.delete(url)
|
28
26
|
true
|
29
27
|
end
|
30
28
|
end
|
@@ -35,7 +35,7 @@ module BrickFTP
|
|
35
35
|
endpoint = "#{endpoint}?path=#{ERB::Util.url_encode(path)}" unless path.nil?
|
36
36
|
res = client.get(endpoint)
|
37
37
|
|
38
|
-
res.map { |i| BrickFTP::Types::Permission.new(i.symbolize_keys) }
|
38
|
+
res.map { |i| BrickFTP::Types::Permission.new(**i.symbolize_keys) }
|
39
39
|
end
|
40
40
|
end
|
41
41
|
end
|
@@ -19,7 +19,7 @@ module BrickFTP
|
|
19
19
|
def call(id)
|
20
20
|
res = client.get("/api/rest/v1/users/#{id}/public_keys.json")
|
21
21
|
|
22
|
-
res.map { |i| BrickFTP::Types::UserPublicKey.new(i.symbolize_keys) }
|
22
|
+
res.map { |i| BrickFTP::Types::UserPublicKey.new(**i.symbolize_keys) }
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -17,7 +17,7 @@ module BrickFTP
|
|
17
17
|
endpoint = "#{path}?#{query}" unless query.empty?
|
18
18
|
res = client.get(endpoint)
|
19
19
|
|
20
|
-
res.map { |i| BrickFTP::Types::History.new(i.symbolize_keys) }
|
20
|
+
res.map { |i| BrickFTP::Types::History.new(**i.symbolize_keys) }
|
21
21
|
end
|
22
22
|
|
23
23
|
def validate_page!(page)
|
@@ -22,7 +22,7 @@ module BrickFTP
|
|
22
22
|
res = client.get("/api/rest/v1/users.json?q[username]=#{ERB::Util.url_encode(username)}")
|
23
23
|
return nil if !res || res.empty?
|
24
24
|
|
25
|
-
BrickFTP::Types::User.new(res.first.symbolize_keys)
|
25
|
+
BrickFTP::Types::User.new(**res.first.symbolize_keys)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -33,7 +33,7 @@ module BrickFTP
|
|
33
33
|
def call(group_id, user_id, params)
|
34
34
|
res = client.patch("/api/rest/v1/groups/#{group_id}/memberships/#{user_id}.json", membership: params.to_h.compact)
|
35
35
|
|
36
|
-
BrickFTP::Types::GroupMembership.new(res.symbolize_keys)
|
36
|
+
BrickFTP::Types::GroupMembership.new(**res.symbolize_keys)
|
37
37
|
end
|
38
38
|
end
|
39
39
|
end
|
@@ -92,9 +92,9 @@ module BrickFTP
|
|
92
92
|
# @return [BrickFTP::Types::User] updated User
|
93
93
|
#
|
94
94
|
def call(id, params)
|
95
|
-
res = client.
|
95
|
+
res = client.patch("/api/rest/v1/users/#{id}.json", params.to_h.compact)
|
96
96
|
|
97
|
-
BrickFTP::Types::User.new(res.symbolize_keys)
|
97
|
+
BrickFTP::Types::User.new(**res.symbolize_keys)
|
98
98
|
end
|
99
99
|
end
|
100
100
|
end
|
@@ -17,7 +17,7 @@ module BrickFTP
|
|
17
17
|
class UploadFile
|
18
18
|
include Command
|
19
19
|
|
20
|
-
CHUNK_SIZE_RANGE = 5_242_880..5_368_709_120
|
20
|
+
CHUNK_SIZE_RANGE = (5_242_880..5_368_709_120).freeze
|
21
21
|
|
22
22
|
# At this point, you are to send a PUT request to the returned upload_uri with the file data,
|
23
23
|
# along with the headers and parameters provided to you from BrickFTP.
|
data/lib/brick_ftp/version.rb
CHANGED
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brick_ftp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- koshigoe
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.16'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.16'
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -164,6 +164,7 @@ files:
|
|
164
164
|
- bin/console
|
165
165
|
- bin/setup
|
166
166
|
- brick_ftp.gemspec
|
167
|
+
- docker-compose.yml
|
167
168
|
- lib/brick_ftp.rb
|
168
169
|
- lib/brick_ftp/client.rb
|
169
170
|
- lib/brick_ftp/core_ext.rb
|
@@ -264,7 +265,7 @@ homepage: https://github.com/koshigoe/brick_ftp
|
|
264
265
|
licenses:
|
265
266
|
- MIT
|
266
267
|
metadata: {}
|
267
|
-
post_install_message:
|
268
|
+
post_install_message:
|
268
269
|
rdoc_options: []
|
269
270
|
require_paths:
|
270
271
|
- lib
|
@@ -272,15 +273,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
272
273
|
requirements:
|
273
274
|
- - ">="
|
274
275
|
- !ruby/object:Gem::Version
|
275
|
-
version: 2.
|
276
|
+
version: 2.5.0
|
276
277
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
277
278
|
requirements:
|
278
279
|
- - ">="
|
279
280
|
- !ruby/object:Gem::Version
|
280
281
|
version: '0'
|
281
282
|
requirements: []
|
282
|
-
rubygems_version: 3.
|
283
|
-
signing_key:
|
283
|
+
rubygems_version: 3.1.6
|
284
|
+
signing_key:
|
284
285
|
specification_version: 4
|
285
286
|
summary: BrickFTP's REST API client.
|
286
287
|
test_files: []
|