Skip to content

cdngmnks/adaptive-cards-templating-plsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Microsoft Adaptive Cards Templating for PL/SQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages