This repository contains PayPal's API standards. Given below are details on how the contents in the repository are arranged.
The folder common-components contain the common value objects based on various internet standards (e.g. RFC 3339, ISO 3166, and so on).
The folder deprecated contains the previously released PayPal standards that are deprecated.
- The document
http-api-style-guide.mddescribes the API style, conventions, and protocol guidelines for building HTTP APIs (or Pragmatic REST API). - The document
graphql-api-style-guide.mddescribes the style and conventions for building GraphQL APIs. - The document
http-api-patterns.mddescribes the patterns that can be employed for HTTP APIs. - The document
references.mddescribes the various references and sources that were referred while building the Style guide.