/api-talk

remote work on apis talk @ dogpatch

Primary LanguageJavaScript

Api Talk for Dogpatch 26th March 2020

Building metaphor

Doors

Stairs

Lifts

Garden

Different use case

What

catch all

data service

interface

saas

public vs private

Why

  • what common tasks do you do
  • what structure do you need to follow

How

  • repeatable

When

Where

Who For

Consumers

Documentation

Overview

Guides

Auth

Usage

Rate limits

Anatomy

Communication

Comparison to Restaurant

Comparison to Insurance

999 < death stats >

SLA SLO

Insure performance meets x

Debugging

Error Handling

Writing

Frameworks

Deployment Targets

Cloud Providers

Databases

Regulation

DR

Protocols

Monitioring

Version

Examples

Spec

openapispec

Generate demo

 docker run --rm \
                -v ${PWD}:/local openapitools/openapi-generator-cli generate \
                -i /local/oas.json \
                -g typescript-rxjs \
                -o /local/out/typescript-rxjs

Links