From 30f9ae692c21901ff57b489b7fb2430f6fe4e4a0 Mon Sep 17 00:00:00 2001 From: chief10 Date: Tue, 8 Aug 2017 09:08:18 -0700 Subject: [PATCH 1/6] Add FEC API to list --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 827c2dd6..f9bfd832 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Please note a passing build status indicates all listed APIs are available since * [Fraud Prevention](#fraud-prevention) * [Games & Comics](#games--comics) * [Geocoding](#geocoding) +* [Government](#government) * [Health](#health) * [Machine Learning](#machine-learning) * [Math](#math) @@ -273,6 +274,11 @@ API | Description | Auth | HTTPS | Link | | ViaCep | Brazil RESTful zip codes API | No | Yes | [Go!](https://viacep.com.br) | | Zippopotam | Get information about place such as country, city, state, etc | No | No | [Go!](http://www.zippopotam.us) | +### Government +API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| FEC | Information on campaign donations in federal elections | no | yes | [Go!](https://api.open.fec.gov/developers/) + ### Health API | Description | Auth | HTTPS | Link | |---|---|---|---|---| From 1464b79650fc95985098deddb8073776db945406 Mon Sep 17 00:00:00 2001 From: chief10 Date: Tue, 8 Aug 2017 09:13:18 -0700 Subject: [PATCH 2/6] Fix formatting for new government API addition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9bfd832..6dd730c6 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ API | Description | Auth | HTTPS | Link | ### Government API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| FEC | Information on campaign donations in federal elections | no | yes | [Go!](https://api.open.fec.gov/developers/) +| FEC | Information on campaign donations in federal elections | no | yes | [Go!](https://api.open.fec.gov/developers/) | ### Health API | Description | Auth | HTTPS | Link | From 999fe67975d523080b02544496c145c80098ff3a Mon Sep 17 00:00:00 2001 From: chief10 Date: Tue, 8 Aug 2017 09:15:24 -0700 Subject: [PATCH 3/6] Add proper label for 'Auth' on new Government API addition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd730c6..4b81663f 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ API | Description | Auth | HTTPS | Link | ### Government API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| FEC | Information on campaign donations in federal elections | no | yes | [Go!](https://api.open.fec.gov/developers/) | +| FEC | Information on campaign donations in federal elections | apiKey | yes | [Go!](https://api.open.fec.gov/developers/) | ### Health API | Description | Auth | HTTPS | Link | From bb268f1c056b3c8f7942e2e5d56314af1bcf446d Mon Sep 17 00:00:00 2001 From: chief10 Date: Tue, 8 Aug 2017 09:41:00 -0700 Subject: [PATCH 4/6] Add additional government APIs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b81663f..b4f38049 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,9 @@ API | Description | Auth | HTTPS | Link | ### Government API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| FEC | Information on campaign donations in federal elections | apiKey | yes | [Go!](https://api.open.fec.gov/developers/) | +| FEC | Information on campaign donations in federal elections | `apiKey` | yes | [Go!](https://api.open.fec.gov/developers/) | +| BusinessUSA | BusinessUSA gives developers access to authoritative information on U.S. programs, events, services and more. | `apiKey` | yes | [Go!](https://business.usa.gov/developer) | +| Regulations.gov | Regulations.gov provides access to Federal regulatory materials and increases public participation and their understanding of the Federal rule making process. | `apiKey`| [Go!](https://regulationsgov.github.io/developers/) | ### Health API | Description | Auth | HTTPS | Link | From e55c021018118bb9f9d0566518aec7debeec8090 Mon Sep 17 00:00:00 2001 From: chief10 Date: Fri, 11 Aug 2017 10:16:40 -0700 Subject: [PATCH 5/6] Fix build problems with government api additions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4f38049..ebd629d2 100644 --- a/README.md +++ b/README.md @@ -277,9 +277,9 @@ API | Description | Auth | HTTPS | Link | ### Government API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| FEC | Information on campaign donations in federal elections | `apiKey` | yes | [Go!](https://api.open.fec.gov/developers/) | -| BusinessUSA | BusinessUSA gives developers access to authoritative information on U.S. programs, events, services and more. | `apiKey` | yes | [Go!](https://business.usa.gov/developer) | -| Regulations.gov | Regulations.gov provides access to Federal regulatory materials and increases public participation and their understanding of the Federal rule making process. | `apiKey`| [Go!](https://regulationsgov.github.io/developers/) | +| FEC | Information on campaign donations in federal elections | `apiKey` | Yes | [Go!](https://api.open.fec.gov/developers/) | +| BusinessUSA | BusinessUSA gives developers access to authoritative information on U.S. programs, events, services and more | `apiKey` | Yes | [Go!](https://business.usa.gov/developer) | +| Regulations.gov | Regulations.gov provides access to Federal regulatory materials and increases public participation and their understanding of the Federal rule making process | `apiKey` | Yes | [Go!](https://regulationsgov.github.io/developers/) | ### Health API | Description | Auth | HTTPS | Link | From 89f8c8d3a58e514a794323e69be7c0b6f447227c Mon Sep 17 00:00:00 2001 From: chief10 Date: Fri, 11 Aug 2017 10:57:50 -0700 Subject: [PATCH 6/6] Alphabetize government section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebd629d2..16af3688 100644 --- a/README.md +++ b/README.md @@ -277,8 +277,8 @@ API | Description | Auth | HTTPS | Link | ### Government API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| FEC | Information on campaign donations in federal elections | `apiKey` | Yes | [Go!](https://api.open.fec.gov/developers/) | | BusinessUSA | BusinessUSA gives developers access to authoritative information on U.S. programs, events, services and more | `apiKey` | Yes | [Go!](https://business.usa.gov/developer) | +| FEC | Information on campaign donations in federal elections | `apiKey` | Yes | [Go!](https://api.open.fec.gov/developers/) | | Regulations.gov | Regulations.gov provides access to Federal regulatory materials and increases public participation and their understanding of the Federal rule making process | `apiKey` | Yes | [Go!](https://regulationsgov.github.io/developers/) | ### Health