Skip to content

Commit 29759c0

Browse files
authored
Merge pull request #1 from aksinha-nerdapplabs/readme
Repo info added for iPhone and Android.
2 parents 324456d + 1c7c4d3 commit 29759c0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ You will need to start the server before you can use this package:
7777
cd /path/to/auth
7878
php app/console server:run
7979

80+
**Note: This project implements FOSRestBundle API versioing system via custom header "X-Accept-Version". Currently, the running API version is 1.0.**
81+
8082
#### 1. Test API
8183

8284
You can test the provided API via curl or Postman. Here we provide as to how to use Postman.
8385

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.**
8587

8688
* We have provide sample Postman Collections. Please import any of the Collection to Postman.
8789
* 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
9294

9395
Separate sample Github repos are available for iPhone and Android Mobile Clients which use APIs provided by this repo.
9496

95-
iPhone:
96-
Android:
97+
iPhone: https://github.com/ajabble/AJOAuth2
98+
Android: https://github.com/mshariq-nerd/MSOAuth2
9799

98100
#### 3. Backend Administration
99101

0 commit comments

Comments
 (0)