You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+108Lines changed: 108 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,111 @@ Federal Data SDK built in the Swift programming language
5
5
6
6
### TODO:
7
7
* Add XML and other text (e.g. HTML) support
8
+
9
+
Documentation for this SDK can be found at [http://USDepartmentofLabor.github.io/Swift-Federal-Data-SDK](http://USDepartmentofLabor.github.io/Swift-Federal-Data-SDK).
10
+
11
+
Sample code for this SDK is coming soon.
12
+
13
+
# Federal API compatibility
14
+
This SDK should work the following APIs. We encourage you to test this with the APIs below as well as other federal APIs:
15
+
16
+
## Business USA
17
+
*[BusinessUSA Business Resource API](http://business.usa.gov/apis) - Data is received, but unusual first character trips-up the parser.
18
+
19
+
## Department of Commerce
20
+
### Census Bureau
21
+
*[All Datasets](http://www.census.gov/developers/) (because of the format of the output, use the didCompleteWithUnParsedResults callback method)
22
+
23
+
### NOAA
24
+
*[Climate Data Online](http://www.ncdc.noaa.gov/cdo-web/)
25
+
*[Severe Weather Data Inventory](http://www.ncdc.noaa.gov/cdo-web/)
0 commit comments