MicroService Sample
Path: alkami.sdk.samples/Microservices
The Microservice are ready to go out of the box, build each project and run the code directly in your VsCode.
MicroService | Description |
---|---|
Caching | The Sample.MS.Caching service is used by the Caching widget to demonstrate how to use SessionCache and ICache to create performance web experiences. This was the subject of the July 24th 2019 SDK Webinar. |
Exchange Rates | Usage: Learn to leverage RestClient to make a 3rd party API call and deserialize the data Use the publicly accessible GDAX coin exchange API to get a list of currency exchange rates between national currencies and many of today’s most popular crypto currencies. |
Get Doc | Usage: Learn to retrieve a PDF from your remote server and return it back to your Widget Get a .pdf document from a locally hosted folder on your computer to learn how to get a document resource and send it across the wire to a widget |