-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from solewolf/master
Updated baseURL of RandomUser API
- Loading branch information
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# 1.1.0 - Updated RandomUser API URL | ||
|
||
* Updated API baseURL to new format | ||
- Effectively updates RandomUser's results to the latest version, v0.3 | ||
|
||
# 1.0.0 - Initial Release | ||
|
||
* Get Users with parameters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"data", | ||
"placeholder" | ||
], | ||
"version": "0.0.9", | ||
"version": "1.1.0", | ||
"author": "Kevin Coughlin <[email protected]>", | ||
"license": "MIT", | ||
"repository": { | ||
|