Skip to content

Commit

Permalink
feat: add all{componentType} for all components
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 authored Mar 20, 2024
1 parent 732873f commit f58d46a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
- allOperations(): `Operations`
- allMessages(): `Messages`
- allSchemas(): `Schemas`
- allSecuritySchemes(): `SecuritySchemes`
- allServerVariables(): `ServerVariables`
- allParameters(): `Parameters`
- allCorrelationIds(): `CorrelationIds`
- allReplies(): `Replies`;
- allTags(): `Tags`
- allOperationTraits(): `OperationTraits`
- allMessageTraits(): `MessageTraits`
- allServerBindings(): `ServerBindings`
- allChannelBindings(): `ChannelBindings`
- allOperationBindings(): `OperationBindings`
- allMessageBindings(): `MessageBindings`
- components(): `Components`
- extensions(): `Extensions`

Expand Down

0 comments on commit f58d46a

Please sign in to comment.