As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Performing a POST request to Kinvey over "GAE Business" with parameters
I
Ismail Issa
started a topic
over 9 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 9 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,