Skip to content

Commit 0143646

Browse files
jadlrIvanGoncharov
andauthored
Add SWOP (APIs-guru#64)
Co-authored-by: Ivan Goncharov <ivan.goncharov.ua@gmail.com>
1 parent 89cbb97 commit 0143646

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ If you are interested in GraphQL in general, check out [awesome-graphql](https:/
3535
| melodyRepo | Fast and reliable dependency manager for Go | [Try it!](https://melody.sh/play/) | [Docs](https://melody.sh/docs/api)
3636
| 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)
3737
| 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)
38+
| SWOP | GraphQL and REST foreign exchange rate API. Note: Required registration. | [Try it!](https://swop.cx/) | [Docs](https://swop.cx/documentation)
3839
| 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)
3940
| 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)
4041
| TravelgateX | The global marketplace for the travel trade | [Try it!](https://api.travelgatex.com/) | [Docs](https://docs.travelgatex.com/getting-started/)

apis.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,5 +434,35 @@
434434
"url": "https://www.everbase.co/docs"
435435
}
436436
]
437+
},
438+
{
439+
"url": "https://swop.cx/",
440+
"security": [
441+
{
442+
"title": "API Key",
443+
"description": "",
444+
"type": "apiKey",
445+
"prefix": "ApiKey ",
446+
"name": "Authorization",
447+
"in": "header"
448+
}
449+
],
450+
"info": {
451+
"title": "SWOP",
452+
"description": "GraphQL and REST foreign exchange rate API",
453+
"logo": {
454+
"url": "https://swop.cx/assets/images/logos/swop-logo-dollar-dark.svg"
455+
}
456+
},
457+
"externalDocs": [
458+
{
459+
"description": "GraphQL Playground",
460+
"url": "https://swop.cx/account/dashboard/playground"
461+
},
462+
{
463+
"description": "Docs",
464+
"url": "https://swop.cx/documentation"
465+
}
466+
]
437467
}
438468
]

0 commit comments

Comments
 (0)