0.0.2 • Published 3 years ago
@jcincotta-packages/boilerplate-sdk v0.0.2
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.