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

https://github.com/thiagomvas/seederly

Seederly is a modern API tester, but smarter. It lets you create, test, and send HTTP requests while automatically generating realistic, structured, and schema-based fake data, with none of that AI bloat.
https://github.com/thiagomvas/seederly

api automation cicd contributions-welcome csharp http requests rest-api testing tool

Last synced: about 1 month ago
JSON representation

Seederly is a modern API tester, but smarter. It lets you create, test, and send HTTP requests while automatically generating realistic, structured, and schema-based fake data, with none of that AI bloat.

Awesome Lists containing this project

README

          

# Seederly - A smarter API tester

Seederly is a modern API tester, but smarter.
It lets you create, test, and send HTTP requests while automatically generating realistic, structured,
and schema-based fake data, with none of that AI bloat, powered by Bogus, built with speed and developer experience in mind.

## Features
- ๐Ÿงช Send HTTP requests (GET, POST, PUT, etc.)
- ๐Ÿงฌ Schema-based data generation using [Bogus](https://github.com/bchavez/Bogus)
- ๐Ÿง  Intelligent faker with nested object and array support
- ๐Ÿ“ JSON body templating using short and intuitive keys (`name.firstName`, `address.city`, etc.)

## Roadmap
- [ ] GUI (Avalonia-based)
- [ ] JSON schema visual editor
- [ ] Exportable and shareable workspaces
- [ ] API Test runner

## Contributing
PRs and issues are always welcome! This is an early project, so contributions can help shape it's directions.