Compare commits

...

2 Commits

Author SHA1 Message Date
Francois Zaninotto
eb43e9581c Merge pull request #130 from pcgeek86/patch-1
Add PowerShell Pode module
2022-09-13 11:28:47 +02:00
Trevor Sullivan
1393b2d0db Add PowerShell Pode module
Pode is a module for PowerShell that enables developers to quickly build REST APIs.
2022-08-18 00:36:57 -06:00

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.