ionic-surveyjs icon indicating copy to clipboard operation
ionic-surveyjs copied to clipboard

custom surveyjs api

Open harrisbaitalrayan opened this issue 6 years ago • 1 comments

hi, I am implementing my own custom api service for surveys in surveyjs. How do i integrate my custom apis with this mobile app.

harrisbaitalrayan avatar Mar 17 '18 13:03 harrisbaitalrayan

Hi @harrisbaitalrayan

You have to modify accessKey in providers/survey/survey.ts.

Then you can use the Private API methods from SurveyJS.

If you need any other method that is not defined in the provider, consult the documentation https://surveyjs.io/Help/Index/

abritopach avatar Mar 19 '18 08:03 abritopach