stockboy
stockboy copied to clipboard
A helpful gem to receive and unpack data into your organization from anywhere
Something like `stockboy_job.process(since_last_run: something.updated_at)` The given keys e.g. "since_last_run" would be available in the DSL for e.g. choosing files from the provider or as variables in the attribute translations.
Currently it's hard to get the mtime of files on the server without querying them individually (it's a limitation of the FTP protocol) and the `ftp.list` command just gives us...
Currently: - The `:soap` provider returns a Nori hash from Savon by default - The `:xml` reader either accepts a Nori hash, or parses XML strings using Nori Nori is...