Improve user engagement with an easy to use newsfeed and changelog for your website. Announce relevant news and updates with Beamer.
Go to siteWhat is Beamer?
Beamer is a powerful and flexible LaTeX class for creating great looking presentations. With Beamer, you can create slideshows, presentations, and even handouts for your lectures. Beamer makes it easy to create beautiful slides, with or without frames, lists, and tables. Beamer is also very easy to use with other LaTeX packages, such as graphics and color.
Here are some examples of what you can build using the Beamer API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
beamer: {
type: "app",
app: "beamer",
}
},
async run({steps, $}) {
return await axios($, {
method: "post",
url: `https://api.getbeamer.com/v0/ping`,
headers: {
"Beamer-Api-Key": `${this.beamer.$auth.api_key}`,
},
})
},
})
Beamer uses API keys for authentication. When you connect your Beamer account, Pipedream securely stores the keys so you can easily authenticate to Beamer APIs in both code and no-code steps.
Get your API key in your settings