Module: SauceNAO

Defined in:
(ruby-saucenao 0.0.1) ruby-saucenao.rb
(ruby-saucenao 0.0.1) ruby-saucenao/model.rb
(ruby-saucenao 0.0.1) ruby-saucenao/client.rb
(ruby-saucenao 0.0.1) ruby-saucenao/version.rb

Overview

Author:

  • Rei_Fan49

Defined Under Namespace

Modules: Model Classes: Client

Constant Summary collapse

BASE_URI =

default base URI for the app.

-'https://saucenao.com'
VERSION =

gem version

'0.0.1'

Class Method Summary collapse

Class Method Details

.base_uriString

Return base uri of API calls.

Returns:

  • (String)

    return base uri of API calls.

.safe_glob(dir, *args, **kwargs, &block) ⇒ Object

Note:

move #safe_glob, #barename, #require_ns to some common library for my own framework of work.

Note:

All the values are pure proxy of Dir#glob

a safer glob operation that escapes meta-characters on directory

Parameters:

  • dir (String)

    cue directory to start glob on (allows glob escape handle)

See Also:

  • Dir#glob