-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(132-135): standardize on a format for standard methods
The standard method AEPs have a bit of inconsistency in the format and the examples they provide. This PR proposes a format to normalize them all to, including the following headings: - Overview: a brief explanation of the method - Guidance: a brief explanation of the purpose - Operation: an example operation, with must/should guidance - Request: an example request, with must/should guidance - Response: an example request, with must/should guidance - Errors: explanation on errors, if applicable - (additional guidance sections specific to the AEP) - Interface Definitions: a full example of the operation, request, and response. This will result in some incomplete sections: those will be filled out via follow-up PRs to keep this from becoming too massive.
- Loading branch information
1 parent
cc9c261
commit 3742019
Showing
15 changed files
with
1,017 additions
and
700 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.