7e9edb55971986873fe6b3e1f09dbd8c5554ea15
[yaffs-website] / commands / navigation / current_url.md
1 current-url
2 ===================
3
4 To get the current url in the browser, send:
5 ```json
6 {
7   "name":"current_url",
8   "args":[]
9 }
10 ```
11 Response should be:
12 ```json
13 {
14   "response":"http://gastonjs.readthedocs.org/en/latest/"
15 }
16 ```