Skip to content

Commit 723f263

Browse files
committed
update sample links
1 parent f4ecddf commit 723f263

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

hack/index.html

+11-8
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ <h4>The Challenge</h4>
6060
<ul class="list">
6161
<li>Create a <a href="https://developer.intuit.com" target="_blank">developer account</a></li>
6262
<li>Create an <a href="https://developer.intuit.com/v2/ui#/app/startcreate" target="_blank">app</a></li>
63-
<li>Generate OAuth tokens using <a href="https://developer.intuit.com/v2/ui#/playground" target="_blank">playround</a></li>
63+
<li>Generate OAuth tokens using <a href="https://developer.intuit.com/v2/ui#/playground" target="_blank">playground</a></li>
6464
<li>Make the API call - <a href="#" onclick="myFunction()" >click</a> to see the curl request.
6565
<div style="display:none" id="myDIV">
6666
curl -X GET 'https://sandbox-quickbooks.api.intuit.com/v3/company/company id/companyinfo/company id/?minorversion=12' -H 'accept: application/json' -H 'authorization: Bearer accesstoken' -H 'content-type: application/json'
6767
</div>
6868
</li>
6969
</ul>
70+
</br>
7071
</div>
7172

7273
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/docs/00_quickbooks_online/1_get_started/00_get_started" target="_blank"><h5>Tools</h5></a><p>Use the tools below to get started with QuickBooks API</p>
@@ -77,15 +78,17 @@ <h4>The Challenge</h4>
7778
<li>Download <a href="https://developer.intuit.com/docs/00_quickbooks_online/2_build/20_explore_the_quickbooks_online_api/20_postman" target="_default">postman collection</a></li>
7879
<li>Use <a href="https://developer.intuit.com/v2/ui#/sandbox" target="_blank">sandbox</a> for testing</li>
7980
</ul>
81+
</br>
8082
</div>
8183

8284
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples" target="_blank"><h5>Samples</h5></a><p>Clone the samples below in the languge of your choice to use QuickBooks API</p>
8385
<ul class="list">
84-
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/dotnet/SampleApp_hackathon" target="_blank">DotNet</a></li>
85-
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/java" target="_blank">Java</a></li>
86-
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/nodejs/Nodejs_OAuth2Sample_hackathon" target="_blank">Node.js</a></li>
87-
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/php" target="_blank">PHP</a></li>
88-
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/python/Python_OAuth2Sample_hackathon" target="_blank">Python</a></li>
86+
<li><a href="https://github.com/IntuitDeveloper/HelloWorldApp-MVC5-Dotnet" target="_blank">DotNet</a></li>
87+
<li><a href="https://github.com/IntuitDeveloper/HelloWorld-Java" target="_blank">Java</a></li>
88+
<li><a href="https://github.com/IntuitDeveloper/oauth2-nodejs" target="_blank">Node.js</a></li>
89+
<li><a href="https://github.com/IntuitDeveloper/HelloWorld-PHP" target="_blank">PHP</a></li>
90+
<li><a href="https://github.com/IntuitDeveloper/OAuth2PythonSampleApp" target="_blank">Python</a></li>
91+
<li><a href="https://github.com/IntuitDeveloper/OAuth2_RubyOnRails">Ruby</a></li>
8992
</ul>
9093
</div>
9194

@@ -96,7 +99,7 @@ <h4>The Challenge</h4>
9699
<li>Check out <a href="https://developer.intuit.com/docs/api/accounting/invoice" target="_blank">Invoice API Reference</a></li>
97100
<li>Use the invoice sample <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-DotNet/blob/master/MvcCodeFlowClientManual/Controllers/InvoicingController.cs" target="_blank">DotNet</a> - <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-Java/blob/master/src/main/java/com/intuit/developer/tutorials/controller/InvoiceController.java" target="_blank">Java</a> - <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-PHP/blob/master/InvoiceAndBilling.php" target="_blank">PHP</a> to build an app</li>
98101
</ul>
99-
</br></br>
102+
</br></br></br></br></br>
100103
</div>
101104

102105
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/app/developer/qbo/docs/concepts/pay-bills" target="_blank"><h5>Billing</h5></a><p>Use the steps below to understand the "Pay Bill" concept and build an app around it</p>
@@ -106,7 +109,7 @@ <h4>The Challenge</h4>
106109
<li>Check out <a href="https://developer.intuit.com/docs/api/accounting/bill" target="_blank">Bill API Reference</a></li>
107110
<li>Use the billpay sample <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-DotNet/blob/master/MvcCodeFlowClientManual/Controllers/BillingController.cs" target="_blank">DotNet</a> - <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-Java/blob/master/src/main/java/com/intuit/developer/tutorials/controller/BillController.java" target="_blank">Java</a> - <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-PHP/blob/master/PayBill.php" target="_blank">PHP</a> to build an app</li>
108111
</ul>
109-
</br></br>
112+
</br></br></br></br></br>
110113
</div>
111114

112115
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/docs/00_quickbooks_online/1_get_started/00_get_started" target="_blank"><h5>API Partners</h5></a><p>We encourage you to use the APIs below (HINT: there are special prizes for the teams who best utilise these APIs), but you’re free to use any other APIs and frameworks to bring your app to life.</p>

0 commit comments

Comments
 (0)