Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "tmdb-ts", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "TMDB v3 library wrapper", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,2 +7,4 @@ # tmdb-ts | ||
[![Version npm](https://img.shields.io/npm/v/tmdb-ts.svg?style=flat-square)](https://www.npmjs.com/package/tmdb-ts)[![npm Downloads](https://img.shields.io/npm/dm/tmdb-ts.svg?style=flat-square)](https://npmcharts.com/compare/tmdb-ts?minimal=true) | ||
This uses new jwt authentication token for requests so there is no need to append api key to the url. | ||
@@ -9,0 +11,0 @@ Once you have registered for access to the api you can use your access token as follows: |
71578
34