Commit Graph

11 Commits

Author SHA1 Message Date
Nemo 8227e9416f new release 2024-03-07 12:47:33 +05:30
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 fabbbd8a75 Version Bump (1.0.1) 2020-04-26 06:31:19 +05:30
Nemo 6df57d97cc Version Bump (1.0.0) 2020-04-26 06:19:43 +05:30
Nemo 6a8d5b71f1 Version Bump (v0.2.2) 2019-08-14 15:42:37 +05:30
Nemo cf2ac7eebc chore: Cleanup unused helper file 2019-08-12 18:57:52 +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
Nemo 179e4aff01 v0.1.1 2019-07-24 21:05:00 +05:30
Nemo d12681e05c Initial Commit 2019-07-24 19:36:18 +05:30