Skip to content

Commit

Permalink
feat: Add React Finland API (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw authored Jun 28, 2020
1 parent afb09a8 commit e9915da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ If you are interested in GraphQL in general, check out [awesome-graphql](https:/
| Mattermark | Business research and networking | | [Docs](https://developer.mattermark.com/docs/graphql)
| Memair | Quantified self / extended mind platform | [Try it!](https://memair.com/graphiql) | [Docs](https://docs.memair.com)
| melodyRepo | Fast and reliable dependency manager for Go | [Try it!](https://melody.sh/play/) | [Docs](https://melody.sh/docs/api)
| React Finland | React Finland API is built with conferences and meetups in mind | [Try it!](https://api.react-finland.fi/graphql) | [Repo](https://github.com/ReactFinland/graphql-api)
| Shopify Storefront | The Storefront API gives you full creative control to build customized purchasing experiences for your customers. | [Try it!](https://help.shopify.com/api/storefront-graphiql) | [Docs](https://help.shopify.com/api/storefront-api)<br>[Examples](https://github.com/Shopify/storefront-api-examples)
| Universe | Check what your friends are doing & find unique events near you using our filter. | [Try it!](https://www.universe.com/graphiql) | [Docs](https://developers.universe.com/docs/graphql)
| Yelp | User Reviews and Recommendations of Top Restaurants, Shopping, Nightlife, Entertainment, Services and More | [Try it!](https://www.yelp.com/developers/graphiql) | [Docs](https://www.yelp.com/developers/graphql/guides/intro)
Expand Down
17 changes: 17 additions & 0 deletions apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,23 @@
}
]
},
{
"url": "https://api.react-finland.fi/graphql",
"info": {
"title": "React Finland",
"description": "React Finland API is built with conferences and meetups in mind"
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://api.react-finland.fi/graphql"
},
{
"description": "Repo",
"url": "https://github.com/ReactFinland/graphql-api"
}
]
},
{
"url": "http://graphql-demo.azurewebsites.net/",
"info": {
Expand Down

0 comments on commit e9915da

Please sign in to comment.