Standard JSON file format for describing library APIs of any language #1

Open
opened 2023-02-26 01:45:07 +00:00 by james · 0 comments
Owner

OpenAPI for code libraries rather than HTTP

metadata:
  name: math-helpers
  type: library
components:
  add:
    type: function
    name: add
    exported:
    - from:
        ref: '#/modules/math-helpers'
      as: add
modules:
  math-helpers:
    name: math-helpers
OpenAPI for code libraries rather than HTTP ```yaml metadata: name: math-helpers type: library components: add: type: function name: add exported: - from: ref: '#/modules/math-helpers' as: add modules: math-helpers: name: math-helpers ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minimal/docs#1
No description provided.