Commit Graph

5 Commits

Author SHA1 Message Date
Nemo 787e838a59 Handle redirects properly.
Fixes redirect issues.

httparty sends request body at 302 redirects, so we
disable redirect follows for our fileoperations.redirect
call.

minor changes in client as well:

1. drops the token from the body, and sends it in header instead
   as per the new api
2. support additional options
2024-03-07 06:38:05 +00:00
dhx 831e173170 Fixes the exportAll -> export_all outline API change
As until now the client implementation replaced single underscores with a dot
this was not compatible with underscores in the API URIs.
For this reason now double underscores in the method name are replaced with a
dot instead.
2024-03-07 06:38:05 +00:00
Nemo d31051f6f0 [style] Fixes rubocop warnings 2019-08-12 19:27:49 +05:30
Nemo beed823d63 Fix import script 2019-08-12 18:56:52 +05:30
Nemo 4bbc3d373a [docker] Adds export and general re-org
- Move import script to exe/
- Fix httparty dependency being included in gemspec
- Add license in Gemspec
- Add .dockerignore
2019-08-12 16:55:57 +05:30