New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trailervote/fetch

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trailervote/fetch

TrailerVote Api Client

  • 3.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-72.73%
Maintainers
4
Weekly downloads
 
Created
Source

Trailervote Fetch

Build Status NPM Package Version Maintainability

The TrailerVote Fetch package is the official interface to communicate with the TrailerVote product service. It allows you to keep your code simple and not deal with the HTTP suite.

Installation

yarn add '@trailervote/fetch'

And then execute:

$ yarn

Usage

The current JS package does not have the same fluent API as the ruby package, as of the current release, but might in the future.

import { fetch } from '@trailervote/fetch/dist/audio_fragment'

const response = await fetch(url)

In the /dist folder you'll find all the types you can fetch. Currently you'll get generic types back, not based on the media type, but this will be changed in the future. Each module has a main export fetch and a named fetchModule such as fetchProduct. These are aliases.

Contributing

Deployments must be done with yarn pack and yarn publish instead of npm equivalents.

Bug reports and pull requests are welcome on GitHub at TrailerVote/trailervote-api-clients

FAQs

Package last updated on 21 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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