GraphQLicious icon indicating copy to clipboard operation
GraphQLicious copied to clipboard

Possibility of using this API in an objective-c environment

Open unuigbee opened this issue 9 years ago • 1 comments

Currently I have an objective-c based project and i'd like use it in my project. I know I can't work with swift structs and enums (unless it's strictly of type int). So i'm wondering how would I go about using this API in my objective-c project?

unuigbee avatar Aug 21 '16 21:08 unuigbee

Hi @unuigbee, sorry for the late reply. At this moment we do not plan on making this project objective-c compatible.

What you could do is create a single swift file in your project and import GraphQLicious in that file. This file can then be used as a wrapper that makes only the needed parts visible to the rest of your code and does the rest inside itself.

I hope I could help you.

Cheers

podboq avatar Jan 13 '17 13:01 podboq