File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- ![ Sin titulo] ( pictures/avatar.png ) # Diana.jl
1+ <img src =" diana_logo.png " width =" 5% " border =" 0 " > Diana.jl
2+ ----------
3+
24[ ![ Build Status] ( https://travis-ci.org/codeneomatrix/Diana.jl.svg?branch=master )] ( https://travis-ci.org/codeneomatrix/Diana.jl )
35[ ![ Diana] ( http://pkg.julialang.org/badges/Diana_0.6.svg )] ( http://pkg.julialang.org/detail/Diana )
46
@@ -27,6 +29,7 @@ Roadmap
2729Installing
2830----------
2931``` julia
32+ Pkg. add(" Diana" ) # Release
3033Pkg. clone(" git://github.com/codeneomatrix/Diana.jl.git" ) # Development
3134```
3235
@@ -105,9 +108,12 @@ query getMovie(\$title: String!) {
105108}
106109"""
107110client. Query(query,vars= Dict(" title" => " Inception" ))
108-
111+ ```
112+ ### Change server
113+ ``` julia
109114client. serverUrl(" https://api.graph.cool/simple/v1/movies" )
110115```
116+
111117## Contributing
112118Features are welcome !!
113119
You can’t perform that action at this time.
0 commit comments