0.0
The project is in a healthy, maintained state
This is a Ruby client that enables you to easily perform using ArhArchive.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

~> 2.6
~> 2.4
 Project Readme

ArhArchive API Ruby interface

This is a Ruby client that enables you to easily perform using [ArhArchive] for save images.

Prerequisites

Ruby 2.7+ and RubyGems subsystem is required.

Installation

Install this gem by running:

$ gem install arh_archive

Or add it to your Gemfile:

gem 'arh_archive'

And run:

bundle install

Usage

Include the client in your script:

require 'arh_archive'

Next, instantiate the client:

client = ArhArchive.client

And perform:

client.save_images(number_of_document, page_from, page_to)

Additional request parameters

Directory for save images.

client.save_images(number_of_document, page_from, page_to, directory)

Licensed under the MIT license.