0.0.2 • Published 3 years ago

@jcincotta-packages/boilerplate-sdk v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

boilerplate-sdk

Deck of cards Software Development Kit wrapper

This is a basic example of an sdk. Use this as a guide to building out your own sdk.

Current example use the free deck of cards api https://deckofcardsapi.com/

This uses codecs as a way of run time type checking. For other programming languages it would be a good idea to ensure data is what we expect. IO-TS is a great libary for handling this in typescript.