Skip to content

Commit f49e47f

Browse files
committed
fix readme
1 parent db34c37 commit f49e47f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHP Api Proxy for Laravel [BETA]
1+
PHP Api Proxy for Laravel
22
================
33

44
[![Latest Version](http://img.shields.io/github/release/mandreoli/api-proxy-laravel.svg?style=flat-square)](https://packagist.org/packages/andreoli/api-proxy-laravel)
@@ -208,10 +208,18 @@ Host: example.com
208208
209209
uri=http://example.com/public/oauth/access_token
210210
&grant_type=password
211-
&client_id=webapp
211+
[&client_id=webapp]
212212
&username=admin
213213
&password=mypassword
214-
&token=true
214+
[&skip=true]
215+
```
216+
217+
```
218+
POST public/proxify HTTP/1.1
219+
Host: example.com
220+
221+
uri=http://example.com/public/protected_resource
222+
[&skip=true]
215223
```
216224

217225
### Facade

0 commit comments

Comments
 (0)