Larger.io is a powerful API that allows you to build all sorts of applications. Here are a few examples:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
larger_io: {
type: "app",
app: "larger_io",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.larger.io/v1/search/key/${this.larger_io.$auth.api_key}?domain=gandi.net`,
})
},
})
Larger.io uses API keys for authentication. When you connect your Larger.io account, Pipedream securely stores the keys so you can easily authenticate to Larger.io APIs in both code and no-code steps.
Get your api key at https://www.larger.io/user/api