Add PowerShell Pode module

Pode is a module for PowerShell that enables developers to quickly build REST APIs.
This commit is contained in:
Trevor Sullivan
2022-08-18 00:36:57 -06:00
committed by GitHub
parent 96c9298120
commit 1393b2d0db

View File

@@ -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.