Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 530 Bytes

File metadata and controls

27 lines (17 loc) · 530 Bytes

Remote Procedure Call Support for Automate

Introduction

This extension provides XmlRPC API for external applications. Exported API is by default defined by automate.extensions.rpc.rpc.ExternalApi.

Installation

Install extras:

pip install automate[rpc]

Class definitions

automate.extensions.rpc.RpcService

automate.extensions.rpc.rpc.ExternalApi