| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,15 @@ | |||
| 1 | - # sample-code-java | ||
| 2 | - This repository contains working code samples which demonstrate java integration with the Authorize.Net API | ||
| 1 | + # Sample Code for the Authorize.Net Java SDK | ||
| 2 | + The goal of this code sample repository is to provide completely self-contained autonomous examples of using our Java SDK to access the Authorize.Net API. We have tested all the samples and while we expect that many people will copy/paste them into their own development projects they are also idependently runnable from the command line. | ||
| 3 | + | ||
| 4 | + ## Set Up Steps | ||
| 5 | + * Clone this repository. | ||
| 6 | + * Run "mvn package" in the root directory. | ||
| 7 | + * Run the individual samples e.g. | ||
| 8 | + | ||
| 9 | + ````java -jar target/VisaCheckoutDecrypt-jar-with-dependencies.jar | ||
| 10 | + ```` | ||
| 11 | + | ||
| 12 | + ## API Reference | ||
| 13 | + The code samples are organized just like our API reference which you can access here http://developer.authorize.net/api/reference | ||
| 3 | 14 | ||
| 4 | 15 | *PLEASE NOTE THIS PROJECT IS CURRENTLY UNDER DEVELOPMENT* | |
| Back | FazBrowse Home | New Git URL |
0 commit comments