-
Notifications
You must be signed in to change notification settings - Fork 335
/
proxies.json
86 lines (86 loc) · 2.23 KB
/
proxies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"url": "https://pokeapi-graphiql.herokuapp.com/",
"info": {
"title": "PokeAPI",
"description": "Pokémon Data API",
"logo": {
"url": "http://img08.deviantart.net/20bd/i/2010/231/7/1/pokeball_template_by_poke_lab.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://pokeapi-graphiql.herokuapp.com/"
},
{
"description": "Docs",
"url": "https://github.com/patrickshaughnessy/PokeAPI-GraphQL"
}
]
},
{
"url": "http://graphql-swapi.parseapp.com/",
"info": {
"title": "SWAPI",
"description": "Star Wars API",
"logo": {
"url": "https://www.programmableweb.com/sites/default/files/styles/facebook_scale_height_200/public/TheStarWarsAPI.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "http://graphql-swapi.parseapp.com/"
},
{
"description": "Docs",
"url": "https://github.com/graphql/swapi-graphql"
}
]
},
{
"url": "https://spacex.land/",
"info": {
"title": "Spacex.Land",
"description": "A non official platform for SpaceX's data!",
"logo": {
"url": "https://spacex.land/assets/logo.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://api.spacex.land/graphql/"
},
{
"description": "Docs",
"url": "https://spacex.land/"
}
]
},
{
"url": "http://graphql-swapi.parseapp.com/",
"info": {
"title": "Spotify",
"description": "Spotify gives you instant access to millions of songs – from old favorites to the latest hits.",
"logo": {
"url": "https://www.programmableweb.com/sites/default/files/styles/facebook_scale_height_200/public/TheStarWarsAPI.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "http://spotify.thefrench.house/graphql-console/"
},
{
"description": "Repo",
"url": "https://github.com/thefrenchhouse/spotify-graphql"
},
{
"description": "Examples",
"url": "https://github.com/thefrenchhouse/spotify-graphql-examples"
}
]
}
]