Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 885 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 885 Bytes

Microsoft Adaptive Cards Templating for PL/SQL

Simple package merging a Adaptive Card template json with a data json.

example call:

adaptivecard_templating_sdk.expand ( p_template_json => '{sampleTag: "Hello ${salutation} ${name}!"', 
                                     p_data_json => '{name: "Paolo", salutation: "Mr."}' );

References

Issues

To view or log issues, see issues.

License

Copyright (c) codingmonkeys doo. All Rights Reserved. Licensed under the MIT license.