Skip to content

Commit e2d98e4

Browse files
authored
Update README.md
1 parent 1501382 commit e2d98e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ This project script is entirely written in plain PHP (OOP) and aims to showcase
3434
## API Endpoints:
3535
> ***\*\* Check the API Collection on my Postman Profile: https://www.postman.com/ahmed-yahya/workspace/my-public-portfolio-postman-workspace/collection/28181483-41805882-779b-42f7-a246-e96e32633ff5***
3636
37+
> ***\*\* Also, you can test the API Endpoints using Postman. Here is the API's Postman Collection .json file [Postman Collection file](<Postman Collection of API Endpoints/Plain PHP REST API with Token-based Authentication and Image Uploading.postman_collection.json>) you can download and import in your Postman.***
38+
3739
**1- Register/Sign up/Create a new user (POST):**
3840

3941
**POST /v1/users**
@@ -186,8 +188,6 @@ This project script is entirely written in plain PHP (OOP) and aims to showcase
186188

187189
- Mandatory fields in the JSON HTTP Request Body: At least one of the two fields: `title` and `filename`. N.B. File Name must be provided WITHOUT the file extension.
188190

189-
***\*\* Note: You can test the API Endpoints using Postman. Here is the API's Postman Collection .json file [Postman Collection file](<Postman Collection of API Endpoints/Plain PHP REST API with Token-based Authentication and Image Uploading.postman_collection.json>) you can download and import in your Postman.***
190-
191191
## Installation & Configuration:
192192
1- Clone the project or download it.
193193

0 commit comments

Comments
 (0)