Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Commit b191d7b

Browse filesBrowse files
committed
Update the example API URL the user sees after signing up
This will just tweak the signup confirmation page the user sees after signing up for their own API key. The example URL being used will instead be a link to your own API, rather than another random one from api.data.gov.
1 parent 7ebded3 commit b191d7b
Copy full SHA for b191d7b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎key.md

Copy file name to clipboardExpand all lines: key.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ nav: basics
99
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
1010
var apiUmbrellaSignupOptions = {
1111
registrationSource: 'gsa-auctions',
12-
apiKey: '0aYAx2eY37dkfjqsrrZ53SSCkY1yY2kRYGvY27rv'
12+
apiKey: '0aYAx2eY37dkfjqsrrZ53SSCkY1yY2kRYGvY27rv',
13+
exampleApiUrl: 'https://api.data.gov/gsa/auctions?api_key={{api_key}}&format=JSON'
1314
};
1415

1516
/* * * DON'T EDIT BELOW THIS LINE * * */

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.