Skip to content

Commit

Permalink
Link to parsed DTD page.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Jan 14, 2018
1 parent 6eb2d8b commit ece876d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The aim of this pacjage is to model, as value objects, all the data structures
defined here:
http://developer.authorize.net/api/reference/

The data structure for the API messages is defined in the
[XSD DTD](https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd).
Although that is for the XSL API, the JSON API mirrors it closely.
This DTD has been parsed into
[this documentation page](https://academe.github.io/authorizenet-objects/AnetApiSchema.html)
using [xs3p.xsl](https://github.com/bitfehler/xs3p), which can be a little easier
to read, and contains fewer errors than the official HTML documentation.
Practically, use the two together.

## General Project Stucture

The request messages are under `Academe\AuthorizeNet\Request`.
Expand Down

0 comments on commit ece876d

Please sign in to comment.