Skip to content

Latest commit

 

History

History
140 lines (114 loc) · 3.66 KB

File metadata and controls

140 lines (114 loc) · 3.66 KB

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!");
      }
  }
```
✌️ Here's content that's only inside the second tab.
This one has a <Icon icon="leaf" /> icon!
💪 Here's content that's only inside the third tab. Pin info to the side panel. Or add any other component. Set up your project with our quickstart guide. Explore endpoints, parameters, and examples for your API.
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