ma3route-sdk
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -11,2 +11,9 @@ | ||
## 0.10.0 - 23/03/2016 | ||
Added: | ||
* Added `sdk.places.getPlaces()` for retrieving notable places | ||
## 0.9.0 - 11/03/2016 | ||
@@ -13,0 +20,0 @@ |
@@ -29,2 +29,5 @@ { | ||
}, | ||
"places": { | ||
"get": ["lastread_id", "town_id"] | ||
}, | ||
"trafficUpdates": { | ||
@@ -31,0 +34,0 @@ "create": ["severity", "placefrom_id", "placeto_id", "latitude", "longitude", "town_id", "email", "delete", "favorite", "unfavorite", "description", "reportedby"], |
@@ -24,2 +24,7 @@ /** | ||
/** | ||
* Retrieve notable places | ||
* @type {itemsGetRequest} | ||
*/ | ||
getPlaces: generate.newGet("places", paramsConfig.places.get), | ||
/** | ||
* Create directions | ||
@@ -26,0 +31,0 @@ * @type {itemsPostOneRequest} |
@@ -147,2 +147,4 @@ /** | ||
return url(options).segment("news"); | ||
case "places": | ||
return url(options).segment("places"); | ||
case "severity": | ||
@@ -149,0 +151,0 @@ return url(options).segment("severities"); |
{ | ||
"name": "ma3route-sdk", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Node.js SDK for developing with the Ma3Route REST API", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,2 +0,1 @@ | ||
# Ma3Route SDK | ||
@@ -22,3 +21,4 @@ | ||
Documentation can be found at https://ma3route.github.io/node-sdk. All releases have their documentation there. | ||
Documentation can be found at https://ma3route.github.io/node-sdk. All | ||
releases have their documentation there. | ||
@@ -34,6 +34,5 @@ To generate documentation locally, clone this repo, then run: | ||
You can visit the project's [Board](https://trello.com/b/KSbDB4wP/node-sdk) to view tasks being handled concerning this SDK. | ||
Read through the [guide](https://github.com/Ma3Route/node-sdk/CONTRIBUTING.md) | ||
on contributing to the SDK development. | ||
Also, a [guide](https://github.com/Ma3Route/node-sdk/CONTRIBUTING.md) on contributing to the SDK is available. | ||
To run the tests: | ||
@@ -40,0 +39,0 @@ |
44247
1337
48