Performing a POST request to Kinvey over "GAE Business" with parameters
I
Ismail Issa
started a topic
over 7 years ago
Hello,
I made a business logic layer over GAE, and I'm able to interact with it using the "API Console" by choosing the POST method and sending a JSON-like parameters in the request.
My question is how to do so from my iOS client, to interact with the same way ?!
Thanks,
1 Comment
M
Mike
said
over 7 years ago
If you are using KinveyKit for iOS, you can use the `KCSCustomEndpoint` class to work with a custom endpoint or `KCSAppdataStore` to interact with a data store collection.
Ismail Issa
I made a business logic layer over GAE, and I'm able to interact with it using the "API Console" by choosing the POST method and sending a JSON-like parameters in the request.
My question is how to do so from my iOS client, to interact with the same way ?!
Thanks,