Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Comments

Add Support for Tabular Data and Headers#22

Merged
athul merged 2 commits intomasterfrom
tables
Oct 18, 2020
Merged

Add Support for Tabular Data and Headers#22
athul merged 2 commits intomasterfrom
tables

Conversation

@athul
Copy link
Contributor

@athul athul commented Oct 14, 2020

No description provided.

@athul athul marked this pull request as draft October 14, 2020 20:14
@athul
Copy link
Contributor Author

athul commented Oct 15, 2020

------------
Name:	Collection #1 - Prod
+--------------------+-------------------------------------------------+--------+--------+------+
|        NAME        |                       URL                       | METHOD | STATUS | CODE |
+--------------------+-------------------------------------------------+--------+--------+------+
| GET + Params       | https://httpbin.org/get?param1=val1&param2=val2 | GET    | 200 OK |  200 |
|                    |                                                 |        |        |      |
| Basic GET          | https://httpbin.org/get                         | GET    | 200 OK |  200 |
|                    |                                                 |        |        |      |
| GET + Basic Auth   | https://httpbin.org/get                         | GET    | 200 OK |  200 |
|                    |                                                 |        |        |      |
| GET + Token Auth   | https://httpbin.org/get                         | GET    | 200 OK |  200 |
|                    |                                                 |        |        |      |
| GET + OAuth        | https://httpbin.org/get                         | GET    | 200 OK |  200 |
|                    |                                                 |        |        |      |
| POST + Body Params | https://httpbin.org/post                        | POST   | 200 OK |  200 |
|                    |                                                 |        |        |      |
| POST + RAW Params  | https://httpbin.org/post                        | POST   | 200 OK |  200 |
|                    |                                                 |        |        |      |
+--------------------+-------------------------------------------------+--------+--------+------+
------------
Name:	Collection #2 - Stage
+-------------+-------------------------+--------+--------+------+
|    NAME     |           URL           | METHOD | STATUS | CODE |
+-------------+-------------------------+--------+--------+------+
| GET - Basic | https://httpbin.org/get | GET    | 200 OK |  200 |
|             |                         |        |        |      |
+-------------+-------------------------+--------+--------+------+

Here is a sample output

Screen Shot 2020-10-15 at 10 52 54 AM

@liyasthomas
Copy link
Member

Ijj pwoli aanelooo 👏 👏 👏

@athul athul marked this pull request as ready for review October 15, 2020 15:41
Copy link
Member

@liyasthomas liyasthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @athul feel free to merge.

@athul athul merged commit f1b75a1 into master Oct 18, 2020
@athul athul deleted the tables branch December 8, 2021 05:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants