Group
Extension

Matches 1

Backblaze-B2V2Client ( E/EC/ECHERNOF/Backblaze-B2V2Client-1.6.tar.gz, ECHERNOF, 2021; MetaCPAN )
Backblaze-B2V2Client/lib/Backblaze/B2V2Client.pm ( view source; MetaCPAN )
ding/downloading files

$Backblaze::B2V2Client::VERSION = '1.6';

# our dependencies:
use Cpanel::JSON::XS;
use Digest::SHA qw(sha1_hex);
use MIME::Base64;
use Path::Tiny;
use URI::Escape;
use WWW::Me
	# we want this to be 200
			$response_code = $response->{_rc};

			$self->{b2_response} = decode_json( $self->{mech}->content() );

		};

		# remove those special headers, cleaned-up for next time
		
url}, content => encode_json($args{post_params}) );

			# we want this to be 200
			$response_code = $response->code;

			# decode results
			$self->{b2_response} = decode_json( $self->{mech}->content

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.