Skip to content

bsgip/envoy-schema

Repository files navigation

envoy-schema

Public schema for the models/schema associated all envoy API endpoints.

This repository was built as a shared dependency for the envoy utility server and any external clients wishing to integrate.

Envoy: https://github.com/bsgip/envoy

Envoy Server Models

The models served under envoy_schema.server are derived from the following standards:

Envoy Admin Models

The models served under envoy_schema.admin are typically only used for services directly integrating with the envoy utility server (via the admin server). This is for machine-machine services that are not typically exposed externally.

Installation

Install directly from pypi

pip install envoy_schema

Development

To install envoy-schema for development purposes, after cloning this repository:

pip install -e .[dev, test]
pytest

We use the following linting/formatting tools:

Contributions via a pull request are welcome but will be validated using the above tools.

Tests can be run with: pytest from the root directory.

About

Public schema for all envoy API endpoints.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages