Top Level Namespace
Defined Under Namespace
Modules: HTTParty, Shin Classes: Hash
Constant Summary collapse
- CMORE_API_URL =
Use CMore’s mobile api to find movies and tv series
"https://middleware2.filmnet.se/dispatch-prod/"
Instance Method Summary collapse
-
#date ⇒ Object
OppetArkiv doesn’t have an open API so let’s parse their HTML.
-
#oj ⇒ Object
Kritiker provides a private API for people they allow.
Instance Method Details
#date ⇒ Object
OppetArkiv doesn’t have an open API so let’s parse their HTML
2 |
# File 'lib/shin/data/sfi.rb', line 2 require 'date' |
#oj ⇒ Object
Kritiker provides a private API for people they allow.
-
Needed argument is IMDB ID
-
Required options is kritiker_token
4 |
# File 'lib/shin/play/viki.rb', line 4 require 'oj' |