Skip to content

Instantly share code, notes, and snippets.

@sduthil
sduthil / asyncapi.md
Created June 12, 2019 22:39
AsyncAPI rendering example

wazo-calld events 1.0.0 documentation

Table of Contents

@sduthil
sduthil / add-webrtc-line.py
Last active April 11, 2022 18:04
Add Wazo webrtc lines to users that don't have any
#!/usr/bin/python3
# Copyright 2020 The Wazo Authors (see the AUTHORS file)
# SPDX-License-Identifier: GPL-3.0-or-later
import random
import string
from wazo_auth_client import Client as Auth
from wazo_confd_client import Client as Confd
swagger: '2.0'
info:
title: wazo-confd meetings API
version: '1.1'
schemes:
- http
basePath: /1.1
consumes:
- application/json
produces:
asyncapi: '2.1.0'
info:
title: Wazo Meetings events
version: 1.0.0
channels:
confd.meetings.created:
publish:
message:
$ref: '#/components/messages/meeting_created'
confd.users.me.meetings.created:
@sduthil
sduthil / ansible-galaxy.log
Last active April 6, 2022 09:07
ansible-galaxy install cloudalchemy.prometheus
$ ansible-galaxy role install cloudalchemy.prometheus
https://galaxy.ansible.com/api/v1/roles/22403/versions/?page_size=50
['0.6.4',
'0.6.3',
'0.6.2',
'0.6.1',
'0.6.0',
'0.5.5',
'0.5.4',
'0.5.2',