Page 2 of 2

Adding parameters to rest-service-url

Posted: Tue Feb 17, 2015 12:20 pm
by Evgene Karachevtsev

Hello Andre,

This is exactly normal behavior of an app to get such error in such situation. If your service is secure, and need login (username) and password, you haven't to send empty authentication fields.


Adding parameters to rest-service-url

Posted: Fri Jun 05, 2015 10:37 am
by Mark Bowen

I am trying to use the settings service and I am a little confused!

I have configure the settings service (called service) and created a series of settings parameters for my app

I can expose that data through javascript (settings.userName) - how do I turn that into a REST service as described here https://devcenter.appery.io/documenta...

What do I actually put in the URL box - when all I want to do is access what is essentially local storage?

Sorry - I am sure this is a really stupid question!


Adding parameters to rest-service-url

Posted: Mon Jun 08, 2015 12:57 am
by Yurii Orishchuk

Hi Mark,

Here is a brief plan how to use settings in REST service:

  1. Create settings service and fill it with needed parameters.

  2. Open needed service. Choose your "settings service" in service settings tab.
    Details: http://prntscr.com/7edsaz/direct

  3. Then you can use any settings parameter in this service.
    Details:

    http://prntscr.com/7edsvf/direct
    http://prntscr.com/7edtj1/direct

    Regards.