Functional specs: https://wazo-dev.atlassian.net/browse/WP-42
Get search results:
{
me {
contacts(term:pascal, first:2, after:my-cursor) {
edges {
node {
user_uuid
$ 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', |
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: |
swagger: '2.0' | |
info: | |
title: wazo-confd meetings API | |
version: '1.1' | |
schemes: | |
- http | |
basePath: /1.1 | |
consumes: | |
- application/json | |
produces: |
#!/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 |
Functional specs: https://wazo-dev.atlassian.net/browse/WP-42
Get search results:
{
me {
contacts(term:pascal, first:2, after:my-cursor) {
edges {
node {
user_uuid