praiya 0.4.0

An async PagerDuty API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
version: '3.9'
services:
  slack:
    image: stoplight/prism:4.10.3
    command: 'mock -h 0.0.0.0 https://raw.githubusercontent.com/fussybeaver/pagerduty-api-schema/praiya-master/reference/integration-slack-service/openapiv3.json'
    ports:
      - '8080:4010'
    healthcheck: 
        test: ["CMD", "/usr/bin/nc", "-z", "127.0.0.1", "4010"]
  default:
    image: stoplight/prism:4.10.3
    command: 'mock -h 0.0.0.0 https://raw.githubusercontent.com/fussybeaver/pagerduty-api-schema/praiya-master/reference/REST/openapiv3.json'
    ports:
      - '8081:4010'
    healthcheck: 
        test: ["CMD", "/usr/bin/nc", "-z", "127.0.0.1", "4010"]