Socket
Socket
Sign inDemoInstall

rt-sdk

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rt-sdk - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

package.json
{
"name": "rt-sdk",
"description": "",
"version": "0.0.12",
"version": "0.0.13",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -18,9 +18,11 @@ # rt-sdk

```js
// Import the rt-sdk
const rt = require('rt-sdk');
```
- Use one of the available methods listed below to start building!
> Remember that all `rt-sdk` methods return a [Promise()](https://developers.google.com/web/fundamentals/primers/promises)
- Remember that all `rt-sdk` methods return a [Promise()](https://developers.google.com/web/fundamentals/primers/promises)
- Also remember that the `options` object isn't required... [its.. optional.](https://www.youtube.com/watch?v=LQ59UVFQJII)
### Get all seasons of a specific show
rt.seasons() takes a show slug.
rt.seasons() takes a show slug (and `options`).
```js

@@ -43,3 +45,3 @@ const options = {

### Get all episodes of a specific season
rt.season() takes a season slug
rt.season() takes a season slug (and `options`).
```js

@@ -57,3 +59,3 @@ rt.season('always-open-2018')

### Get a specific episode
rt.episode() takes an episode slug.
rt.episode() takes an episode slug (and `options`).
```js

@@ -60,0 +62,0 @@ rt.episode('lets-play-2012-16')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc