An open API service indexing awesome lists of open source software.

https://github.com/trailervote/trailervote-media-types

:package: Official packages holding the media types for TrailerVote services
https://github.com/trailervote/trailervote-media-types

javascript mime-types ruby typescript

Last synced: 10 months ago
JSON representation

:package: Official packages holding the media types for TrailerVote services

Awesome Lists containing this project

README

          

# TrailerVote Media Types
[![Build Status](https://travis-ci.com/TrailerVote/trailervote-media-types.svg?branch=master)](https://travis-ci.com/TrailerVote/trailervote-media-types)

The TrailerVote services communicate via HTTP using media types for content negotiation. This is a monorepo holding packages for several ecosystems and languages.

| language | package | latest | install |
|----------|---------|--------|---------|
| ruby | [trailer_vote-media_types](./ruby) | [![Gem Version](https://badge.fury.io/rb/trailer_vote-media_types.svg)](https://badge.fury.io/rb/trailer_vote-media_types) | `gem install trailer_vote-media_types` |
| typescript | [@trailervote/media-types](./typescript) | [![NPM Package Version](https://badge.fury.io/js/@trailervote%2Fmedia-types.svg)](https://npmjs.org/package/@trailervote/media-types) | `yarn add @trailervote/media-types` |
| javascript | there is currently no explicit JS validation in the typescript package |