Skip to content

Commit

Permalink
Modified README.md (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Feb 13, 2018
1 parent 24d96a0 commit ab66b7e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -3,7 +3,12 @@
[![NuGet](https://img.shields.io/nuget/v/GraphQL.Client.svg)](https://www.nuget.org/packages/GraphQL.Client)
[![MyGet](https://img.shields.io/myget/graphql-dotnet/v/GraphQL.Client.svg)](https://www.myget.org/feed/graphql-dotnet/package/nuget/GraphQL.Client)

A GraphQL Client for .NET Standard.
A GraphQL Client for .NET Standard over HTTP.

## Specification:
The Library will try to follow the following standards and documents:
[GraphQL Specification](http://facebook.github.io/graphql/October2016/)
[GraphQL HomePage](http://graphql.org/learn/)

## Usage:

Expand Down Expand Up @@ -61,8 +66,6 @@ var name = personType.Name;
```

## Useful Links:
[GraphQL Specification](http://facebook.github.io/graphql/October2016/)

[StarWars Example Server (GitHub)](https://github.com/graphql/swapi-graphql)
[StarWars Example Server (EndPoint)](https://swapi.apis.guru/)

Expand Down

0 comments on commit ab66b7e

Please sign in to comment.