API documentation helps developers understand how to integrate with your service.
☝️ Welcome to the content that you can only see inside the first tab.You can add any number of components inside of tabs. For example, a code block:
```java HelloWorld.java
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
```
This one has a <Icon icon="leaf" /> icon!
console.log("Hello World");print('Hello World!')class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}console.log("Hello World");print('Hello World!')class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}const hello = "world";type Pet = "cat" | "dog" | "hamster";
function adoptPet(name: string, type: Pet) {
return `${name} the ${type} is now adopted!`;
}
// Hover to see the inferred types
const message = adoptPet("Mintie", "cat");This adds a note in the content This raises a warning to watch out for This draws attention to important information This suggests a helpful tip This is a danger callout This is a custom callout
Premium Verified Beta Badge Badge Badge Badge Badge Badge
Quickstart Steps Markdown Guide
| Property | Description |
|---|---|
| Name | Full name of user |
| Age | Reported age |
| Joined | Whether the user joined the community |