The Orbit API is an open source toolkit for building real-time synchronization and communication applications in the browser. It allows developers to easily and efficiently build user experiences that are multi-user, real-time, and fully secure. With the Orbit API, you can easily create applications that are multi-user and real-time, with no servers needed. Here are some examples of applications that you can build with the Orbit API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
orbit: {
type: "app",
app: "orbit",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.orbit.love/api/v1/workspaces`,
headers: {
Authorization: `Bearer ${this.orbit.$auth.api_token}`,
},
})
},
})
Provide a source and one of username/uid/email params to return a member with that identity, if one exists. Common values for source include github, twitter, and email. See the docs here
Orbit uses API keys for authentication. When you connect your Orbit account, Pipedream securely stores the keys so you can easily authenticate to Orbit APIs in both code and no-code steps.
Orbit uses API keys to authorize access to the API. You can find your API keys on the Account Settings page.