Postman topic
Postman is an API platform for developers for building and using APIs. This tool cannot only make requests with different HTTP verbs to different URLs, it also offers
- using variables (collection, environment, etc.) in different places (path, query string, etc.)
- Collections: Group requests in folders, export collections and write documentation for them
- Scripting: Modify the request before sending as well as test and visualize its results
- Design APIs: Create OpenAPI schema files and store them in your version control system
flutter_client_php_backend
Sample app demonstrating usage of Flutter Framework to Create Android & IOS App Using Rest API Created In PHP
httplive
HTTP Request & Response Service, Mock HTTP
yaade
Yaade is an open-source, self-hosted, collaborative API development environment.
node-express-mongodb-jwt-rest-api-skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an A...
vapi
vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios through Exercises.
api
Create Ecommerce Restful API using Laravel API Resource
newman
Newman is a command-line collection runner for Postman
jersey-jwt
Example of REST API with JWT authentication using Jersey, Jackson, Undertow, Weld, Hibernate and Arquillian.
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see...