Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 556 Bytes

File metadata and controls

10 lines (6 loc) · 556 Bytes

Internal vs Public Specifications

AsyncAPI specs MAY be created both for public APIs or for internal APIs.

  • Public APIs are those who are created to be consumed by others
  • Internal APIs are only for development teams for a particular project

There are no differences with regards to the spec definition, but internal APIs SHOULD have restricted access limited only to the internal development team for a particular project or product.

This access control is handled through Role-Based Access Control (RBAC) implemented in Swaggerhub.