node-pexels
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -14,4 +14,5 @@ export declare type TPexelsImageSource = 'original' | 'large' | 'medium' | 'small' | 'portrait' | 'landscape' | 'tiny'; | ||
per_page: number; | ||
next_page: string; | ||
photos: IPexelsImage[]; | ||
next_page?: string; | ||
prev_page?: string; | ||
total_results?: number; | ||
@@ -18,0 +19,0 @@ url?: string; |
{ | ||
"name": "node-pexels", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Node client for https://www.pexels.com API", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
# node-pexels | ||
Node client for https://www.pexels.com API | ||
Node client for https://www.pexels.com API. Typescript definitions included. | ||
@@ -10,2 +10,11 @@ [![Build Status](https://travis-ci.org/dlukanin/node-pexels.svg?branch=master)](https://travis-ci.org/dlukanin/node-pexels) | ||
## Changelog | ||
#### v 0.0.2 | ||
Some fixes in schema and ts definitions. | ||
#### v 0.0.1 | ||
Hello, world! First version of package. | ||
## Usage | ||
@@ -43,3 +52,3 @@ | ||
You can find response schema here: https://github.com/dlukanin/node-pexels/blob/master/src/test/response_schema.ts | ||
You can find response schema [here](https://github.com/dlukanin/node-pexels/blob/master/src/test/response_schema.ts) | ||
and response example on the [Pexels API](https://www.pexels.com/api) page. | ||
@@ -46,0 +55,0 @@ |
6991
80
59