Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
5214187d
Commit
5214187d
authored
Aug 03, 2017
by
Dave Machado
Browse files
sync with upstream
parent
fa40a832
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
5214187d
...
...
@@ -9,8 +9,6 @@ install:
-
pip install build-bot
-
pip install -r requirements.txt
before_script
:
-
git config --global user.name $GH_USER
-
git config --global user.email $GH_EMAIL
-
cd build
script
:
-
./main.sh
...
...
build/main.sh
View file @
5214187d
...
...
@@ -19,19 +19,18 @@ else
fi
echo
"running format validation..."
./validate_format.rb
$FORMAT_FILE
>
format_results.txt
./validate_format.rb
$FORMAT_FILE
if
[[
$?
!=
0
]]
;
then
echo
"format validation failed!"
cat
format_results.txt | build_bot
exit
1
else
echo
"format validation passed!"
fi
echo
"running link validation..."
./validate_links.rb
$LINK_FILE
if
[[
$?
!=
0
]]
;
then
echo
"link validation failed!"
echo
"link(s) were unavailible during the build. Please verfiy that they are valid."
| build_bot
exit
1
else
echo
"link validation passed!"
...
...
json/entries.json
View file @
5214187d
...
...
@@ -104,6 +104,13 @@
}
],
"Art & Design"
:
[
{
"API"
:
"Behance"
,
"Auth"
:
"apiKey"
,
"Description"
:
"Design"
,
"HTTPS"
:
true
,
"Link"
:
"https://www.behance.net/dev"
},
{
"API"
:
"Dribbble"
,
"Auth"
:
"OAuth"
,
...
...
@@ -798,6 +805,13 @@
"HTTPS"
:
true
,
"Link"
:
"https://data.consumerfinance.gov/resource/jhzv-w97w.json"
},
{
"API"
:
"IEX"
,
"Auth"
:
null
,
"Description"
:
"Stocks and Market Data"
,
"HTTPS"
:
true
,
"Link"
:
"https://iextrading.com/developer/"
},
{
"API"
:
"Razorpay IFSC"
,
"Auth"
:
null
,
...
...
@@ -877,6 +891,13 @@
"HTTPS"
:
true
,
"Link"
:
"https://github.com/andyklimczak/TheReportOfTheWeek-API"
},
{
"API"
:
"What's on the menu?"
,
"Auth"
:
"apiKey"
,
"Description"
:
"NYPL human-transcribed historical menu collection"
,
"HTTPS"
:
false
,
"Link"
:
"nypl.github.io/menus-api/"
},
{
"API"
:
"Yummly"
,
"Auth"
:
null
,
...
...
@@ -1418,7 +1439,7 @@
},
{
"API"
:
"Musikki"
,
"Auth"
:
null
,
"Auth"
:
"apiKey"
,
"Description"
:
"Music"
,
"HTTPS"
:
true
,
"Link"
:
"https://music-api.musikki.com/reference"
...
...
@@ -1740,6 +1761,13 @@
}
],
"Social"
:
[
{
"API"
:
"Cisco Spark"
,
"Auth"
:
"OAuth"
,
"Description"
:
"Team Collaboration Software"
,
"HTTPS"
:
true
,
"Link"
:
"https://developer.ciscospark.com"
},
{
"API"
:
"Discord"
,
"Auth"
:
"OAuth"
,
...
...
json/entries.min.json
View file @
5214187d
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment