-
Notifications
You must be signed in to change notification settings - Fork 114
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 #8668 from cfpb/ans_docs_update
Minor docs code cleanup
- Loading branch information
Showing
3 changed files
with
59 additions
and
90 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
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 |
---|---|---|
|
@@ -75,38 +75,38 @@ It returns thousands of results like this: | |
|
||
```json | ||
{ | ||
"services": "DFC,FBC,PPC,RHC", | ||
"languages": "ENG,SPA", | ||
"agc_STATUS": "A", | ||
"agc_SRC_CD": "HUD", | ||
"counslg_METHOD": "Face to Face Counseling,Group Counseling,Phone Counseling", | ||
"agcid": "80790", | ||
"adr1": "1234 N. Example St.", | ||
"adr2": " ", | ||
"city": "SPRINGFIELD", | ||
"email": "[email protected]", | ||
"fax": "999-888-7777", | ||
"nme": "EXAMPLE COMMUNITY HOUSING SERVICES", | ||
"phone1": "111-222-3333", | ||
"statecd": "MI", | ||
"weburl": "www.example.org", | ||
"zipcd": "48219-8888", | ||
"agc_ADDR_LATITUDE": "42.442658", | ||
"agc_ADDR_LONGITUDE": "-83.28329", | ||
"parentid": "81228", | ||
"county_NME": "", | ||
"phone2": " ", | ||
"mailingadr1": "1234 N. Example St.", | ||
"mailingadr2": " ", | ||
"mailingcity": "SPRINGFIELD", | ||
"mailingzipcd": "48219-8888", | ||
"mailingstatecd": "MI", | ||
"state_NME": "Michigan", | ||
"state_FIPS_CODE": null, | ||
"faithbased": "N", | ||
"colonias_IND": "Y", | ||
"migrantwkrs_IND": "N" | ||
}, | ||
"services": "DFC,FBC,PPC,RHC", | ||
"languages": "ENG,SPA", | ||
"agc_STATUS": "A", | ||
"agc_SRC_CD": "HUD", | ||
"counslg_METHOD": "Face to Face Counseling,Group Counseling,Phone Counseling", | ||
"agcid": "80790", | ||
"adr1": "1234 N. Example St.", | ||
"adr2": " ", | ||
"city": "SPRINGFIELD", | ||
"email": "[email protected]", | ||
"fax": "999-888-7777", | ||
"nme": "EXAMPLE COMMUNITY HOUSING SERVICES", | ||
"phone1": "111-222-3333", | ||
"statecd": "MI", | ||
"weburl": "www.example.org", | ||
"zipcd": "48219-8888", | ||
"agc_ADDR_LATITUDE": "42.442658", | ||
"agc_ADDR_LONGITUDE": "-83.28329", | ||
"parentid": "81228", | ||
"county_NME": "", | ||
"phone2": " ", | ||
"mailingadr1": "1234 N. Example St.", | ||
"mailingadr2": " ", | ||
"mailingcity": "SPRINGFIELD", | ||
"mailingzipcd": "48219-8888", | ||
"mailingstatecd": "MI", | ||
"state_NME": "Michigan", | ||
"state_FIPS_CODE": null, | ||
"faithbased": "N", | ||
"colonias_IND": "Y", | ||
"migrantwkrs_IND": "N" | ||
} | ||
``` | ||
|
||
Next, we replace the `languages` value with the full language names. | ||
|
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