Skip to main content

GraphQL Code Libraries, Tools and Services

graphql
For our examples in Ruby, we’re going to be using a very simple custom client to make our calls to the Kana GraphQL API - specify the following as its own class:
We can now initialize this when required by providing a Kana API Key - we’ll tie this initialized object to the client variable like so:
Make sure to either replace #{APIKEY} or define API_KEY with the Kana API Key you were provisioned. More on authentication can be found here.
You’re now ready to go!