Definition clarification on the meaning of 'embed' SDK
Copy link to clipboard
Copied
Hello,
My name is Jackson and I am keen to learn about programming and coding to create my own flows.
Can someone please give an example of how they used JavaScript library in Adobe Express in their web application.
And is this achieved thru an API?
Copy link to clipboard
Copied
Hi @JacksonXR --
It is achieved via a web SDK. You can learn more about what the Embed SDK is here: https://developer.adobe.com/express/embed-sdk/
If you want to get started with embedding Adobe Express capabilities in your own app, start with the SDK documentation: https://developer.adobe.com/express/embed-sdk/docs/guides
Best,
Amanda
Copy link to clipboard
Copied
Hi @amanda_h,
Thank you.
I have already made some headway in the interim of receiving a reply by googling some key phrases from the subject line of the original post.
What had me stumped: and continues to do so is, is disambiguating what a API is and SDK is; my chosen SDK Android Studio - which I use to call an API?
I'm still in the very early stages of development :fu
Copy link to clipboard
Copied
@amanda_h that 'fu' was supposed to be a confused-face emoji not an acronym for anything else.
Copy link to clipboard
Copied
Hi @JacksonXR --
Great! Once you get started with development, email me your API key and I can get your client enabled!
Best,
Amanda
Copy link to clipboard
Copied
SDK = Software Development Kit.
API = Application Programming Interface.
Web App = Any interactive service offered over the Internet. Examples of Web Apps include search egnines, online forms that collect and process data, shopping carts, online payment processors, video streaming, social media, online games, etc...
See these related links:
HTML: https://www.w3schools.com/html/
CSS: https://www.w3schools.com/css/
Javascript https://www.w3schools.com/js/
Node JS: https://www.w3schools.com/nodejs/

