Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 626 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 626 Bytes

2020-04-unified-api-design

Examples for Unified API Design Method talk

NOTE

The source code here is old. You'll find the active source project for the unified utility here: https://github.com/mamund/alps-unified

// ****************************************************
// unified - an ALPS-to-??? translator
//
// author:  @mamund
// date:    2020-04
//
// desc:    translates ALPS.yaml into:
//          - ALPS.json
//          - SDL
//          - protobuf
//          - openAPI
//          - asyncAPI
//
// notes    install as npm install -g .
// ****************************************************