Start a new topic

Performing a POST request to Kinvey over "GAE Business" with parameters

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

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.
Login or Signup to post a comment