bird realtime apps
Usage
Exemplo de código
bird realtime appsDescription
An app is both what a client connects to and what an event is published to. Its region is
fixed at creation, so a move means a new app and repointed clients, and deleting one
disconnects every client on it.
Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.
Commands
| Name | Description |
|---|---|
| create | Create a Realtime app |
| delete | Delete a Realtime app |
| get | Get a Realtime app |
| keys | Rotate the keys a Realtime client authenticates with |
| list | List Realtime apps |
| update | Update a Realtime app |
Recursos relacionados
Continue com a documentação, guias e exemplos sobre este tópico. Os recursos estão em inglês.
Explore a funcionalidadeRealtimeSiga o percurso de aprendizagemBuild your first integrationGuia de implementaçãoSend your first realtime event
Experimente na prática e obtenha um resumo de implementação