suneetnangia / RestAssured

Accelerator to implement RESTful practices in .net 5 APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestAssured

A framework to develop RESTful APIs in aspnet core.

This repository attempts to accelerate the following key concepts of APIs-

  1. Allow long running requests to be processed in-memory in background with durable queuing.
  2. Provides endpoint to enquire status of a long running request.
  3. Extensible to use durable storage for status management?
  4. Enforce idempotency and retry from clients.
  5. SxS multi-version support.
  6. Application exit management with health probe.

About

Accelerator to implement RESTful practices in .net 5 APIs.


Languages

Language:C# 100.0%