url-factory
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Set a base url and encode params with minimum fuss. Especially useful with JSON API.", | ||
@@ -10,0 +10,0 @@ "main": "lib/index.js", |
###Getting started: | ||
Use `createUrlBuilder` to set your base url and default params you want to include with each request. | ||
Use the default urlFactory method to set your base url and default params you want to include with each request. | ||
@@ -5,0 +5,0 @@ For example, at foo company, make a new file: `app/utils/fooUrl.js` |
6815