Skip to content

Commit 4de1240

Browse files
committed
Updated README
2 parents 33ab33f + c313621 commit 4de1240

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
<p>The<strong> AvaTax-Calc-REST-Python</strong> is a set of python sample requests that demonstrate the <a href="http://developer.avalara.com/api-docs/rest" target="_blank"><strong>AvaTax REST API</strong></a> methods:
1+
<p>The<strong> AvaTax-Calc-REST-Python </strong>repository is a set of python sample requests that demonstrate the <a href="http://developer.avalara.com/api-docs/rest" target="_blank"><strong>AvaTax REST API</strong></a> methods:
22
<a href="http://developer.avalara.com/api-docs/rest/tax/post/" target="_blank"><strong>tax/get POST</strong></a>, <a href="http://developer.avalara.com/api-docs/rest/tax/get" target="_blank"><strong>tax/get GET</strong></a>, <a href="http://developer.avalara.com/api-docs/rest/tax/cancel" target="_blank"><strong>tax/cancel POST</strong></a>, and<a href="http://developer.avalara.com/api-docs/rest/address-validation" target="_blank"><strong> address/validate GET</strong></a>.</p>
33
<p> For more information on the use of these methods and the AvaTax product, please visit our <strong>Developer's Network </strong>site at <a href="http://developer.avalara.com/" target="_blank">http://developer.avalara.com/</a> or <strong>Avalara's Home </strong>page at <a href="http://www.avalara.com/" target="_blank">http://www.avalara.com/</a></p>
44
<h4>Dependencies</h4>
55
<p> Python 2.7 or later </p>
66
<h4>Requirements</h4>
7+
<<<<<<< HEAD
78
<p> Authentication requires a **Service URL**, a valid **Account Number** and **License Key**. Samples are coded to use the provided <em>credentials.py</em> sample that you will need to modify with your account information.</p>
89
<p>If you do not have an AvaTax account, a free trial account can be acquired through our [developer site](http://developer.avalara.com/api-get-started) </p>
10+
=======
11+
<p> Authentication requires a valid <strong>Account Number</strong> and <strong>License Key</strong>, which should be entered in <em>each </em>of the sample requests that you would like to test.</p>
12+
<p>If you do not have an AvaTax account, a free trial account can be acquired through our <a href="http://developer.avalara.com/api-get-started">developer site</a> </p>
13+
>>>>>>> origin/master
914
<p><strong>Samples Included</strong></p>
1015
<table>
1116
<tr>

0 commit comments

Comments
 (0)