You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,11 +77,13 @@ You will need to start the server before you can use this package:
77
77
cd /path/to/auth
78
78
php app/console server:run
79
79
80
+
**Note: This project implements FOSRestBundle API versioing system via custom header "X-Accept-Version". Currently, the running API version is 1.0.**
81
+
80
82
#### 1. Test API
81
83
82
84
You can test the provided API via curl or Postman. Here we provide as to how to use Postman.
83
85
84
-
**API documentation is available, via NelmioApiDocBundle, at http://127.0.0.1:800/api/doc.**
86
+
**API documentation is available, via NelmioApiDocBundle, at http://127.0.0.1:8000/api/doc.**
85
87
86
88
* We have provide sample Postman Collections. Please import any of the Collection to Postman.
87
89
* Open the imported Collection and start executing the contained links one by one. For your convenience, we have arranged the links in the preferred order of execution.
@@ -92,8 +94,8 @@ You can test the provided API via curl or Postman. Here we provide as to how to
92
94
93
95
Separate sample Github repos are available for iPhone and Android Mobile Clients which use APIs provided by this repo.
0 commit comments