From 1393b2d0db1cfb8d88bd6cd9b04768178b48b2bf Mon Sep 17 00:00:00 2001 From: Trevor Sullivan Date: Thu, 18 Aug 2022 00:36:57 -0600 Subject: [PATCH] Add PowerShell Pode module Pode is a module for PowerShell that enables developers to quickly build REST APIs. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9edd0d1..a955708 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,10 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [API Platform](https://github.com/api-platform/api-platform) - Specialize Symfony edition for the creation of hypermedia REST APIs. * [NelmioApiDocBundle](https://github.com/nelmio/NelmioApiDocBundle) - Generate documentation for your REST API from annotations. +### PowerShell + +* [Pode](https://github.com/Badgerati/Pode) - Pode is an cross-platform, open-source, community-supported web server and REST API framework for PowerShell developers + ### Python * [Django REST framework](http://www.django-rest-framework.org/) - Powerful and flexible toolkit that makes it easy to build Web APIs.