An open API service indexing awesome lists of open source software.

https://github.com/melkerton/adm-server

A language agnostic mock server written in Dart.
https://github.com/melkerton/adm-server

dart experimental mock testing

Last synced: 4 months ago
JSON representation

A language agnostic mock server written in Dart.

Awesome Lists containing this project

README

          

# A Dart Mock Server (adms)

[![release-v0.0.1-alpha](https://img.shields.io/github/v/tag/melkerton/adm-server?label=release)](https://github.com/melkerton/adm-server/releases/tag/v0.0.1-alpha)
[![coverage](https://codecov.io/gh/melkerton/adm-server/branch/main/graph/badge.svg?token=FUMZ03VNVV)](https://app.codecov.io/gh/melkerton/adm-server/tree/main)
[![CircleCI](https://img.shields.io/circleci/build/github/melkerton/adm-server/main?logo=circleci)](https://dl.circleci.com/status-badge/redirect/gh/melkerton/adm-server/tree/main)
[![Documentation Status](https://readthedocs.org/projects/adm-server/badge/?version=latest)](https://adm-server.readthedocs.io/en/latest/?badge=latest)

This is primarily a way for me to learn Dart, CI/CD, and reStructured Text, use at you own risk.

Cheers.

---

See [ReadtheDocs](https://adm-server.readthedocs.io/en/latest) for user documentation (v0.0.1-alpha).

## Example

A simple example is available for [download](https://github.com/melkerton/adm-server/releases/download/v0.0.1-alpha/simple-v0.0.1-alpha.tar.gz), which includes:

1. an exe compiled on

```Linux host 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 GNU/Linux```.

2. an example demonstrating (a) a data response and (b) a pipe response on http://127.0.0.1:7777.