jar

io.github.kyuseok-oh : postman-utils

Maven & Gradle

Sep 14, 2021
2 stars

java-postman-tester · A library utility that makes it easy to write and test HTTP APIs in Java through collection and environment files created with Postman.

Table Of Contents

Latest Version

Download io.github.kyuseok-oh : postman-utils JAR file - Latest Versions:

All Versions

Download io.github.kyuseok-oh : postman-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window postman-utils-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ks.postmanutils.client.vo

├─ com.ks.postmanutils.client.vo.OkHttpRequest.class - [JAR]

com.ks.postmanutils.postman

├─ com.ks.postmanutils.postman.PostmanCollection.class - [JAR]

├─ com.ks.postmanutils.postman.PostmanEnvironment.class - [JAR]

com.ks.postmanutils.postman.collection

├─ com.ks.postmanutils.postman.collection.CollectionEvent.class - [JAR]

├─ com.ks.postmanutils.postman.collection.CollectionInfo.class - [JAR]

├─ com.ks.postmanutils.postman.collection.CollectionItem.class - [JAR]

├─ com.ks.postmanutils.postman.collection.CollectionVariable.class - [JAR]

com.ks.postmanutils.postman.environment

├─ com.ks.postmanutils.postman.environment.EnvironmentValue.class - [JAR]

com.ks.postmanutils.postman.collection.item.body.options

├─ com.ks.postmanutils.postman.collection.item.body.options.OptionsRaw.class - [JAR]

com.ks.postmanutils

├─ com.ks.postmanutils.PostmanUtils.class - [JAR]

com.ks.postmanutils.exception

├─ com.ks.postmanutils.exception.PostmanUtilException.class - [JAR]

com.ks.postmanutils.postman.collection.item

├─ com.ks.postmanutils.postman.collection.item.ItemBody.class - [JAR]

├─ com.ks.postmanutils.postman.collection.item.ItemCookie.class - [JAR]

├─ com.ks.postmanutils.postman.collection.item.ItemHeader.class - [JAR]

├─ com.ks.postmanutils.postman.collection.item.ItemProtocolProfileBehavior.class - [JAR]

├─ com.ks.postmanutils.postman.collection.item.ItemRequest.class - [JAR]

├─ com.ks.postmanutils.postman.collection.item.ItemResponse.class - [JAR]

├─ com.ks.postmanutils.postman.collection.item.ItemUrl.class - [JAR]

com.ks.postmanutils.postman.collection.item.body

├─ com.ks.postmanutils.postman.collection.item.body.BodyOptions.class - [JAR]