Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 32bb663

Browse files
committed
Add Postman Collection to Readme
1 parent 57a0f19 commit 32bb663

File tree

2 files changed

+9
-47
lines changed

2 files changed

+9
-47
lines changed

database/thunder-collection_PHP Reactjs Boilerplate.json

-47
This file was deleted.

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
* [Important note:](#note)
88

9+
* [Using Postman?](#postman)
10+
911
* [Requirements](#requirements)
1012

1113
* [Installation](#installation)
@@ -26,6 +28,13 @@
2628

2729
Before you try to scrape any website, go through its robots.txt file. You can access it via `domainname/robots.txt`. There, you will see a list of pages allowed and disallowed for scraping. You should not violate any terms of service of any website you scrape.
2830

31+
<a name="postman"></a>
32+
## Using Postman?
33+
34+
[Postman client](https://www.postman.com/).
35+
36+
[Published Postman API Collection](https://documenter.getpostman.com/view/17125932/TzzAKvVe).
37+
2938
## Requirements
3039

3140
* [https://laravel.com/docs/11.x/installation](https://laravel.com/docs/11.x/installation)

0 commit comments

Comments
 (0)