Skip to content

Commit

Permalink
Merge pull request #20 from GUI/patch-2
Browse files Browse the repository at this point in the history
Update the example API URL the user sees after signing up
  • Loading branch information
kishoregh committed Oct 2, 2014
2 parents 7ebded3 + b191d7b commit 083a979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion key.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ nav: basics
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var apiUmbrellaSignupOptions = {
registrationSource: 'gsa-auctions',
apiKey: '0aYAx2eY37dkfjqsrrZ53SSCkY1yY2kRYGvY27rv'
apiKey: '0aYAx2eY37dkfjqsrrZ53SSCkY1yY2kRYGvY27rv',
exampleApiUrl: 'https://api.data.gov/gsa/auctions?api_key={{api_key}}&format=JSON'
};

/* * * DON'T EDIT BELOW THIS LINE * * */
Expand Down

0 comments on commit 083a979

Please sign in to comment.