Search found 6 matches

Go to advanced search

by Shamma
Sat Sep 05, 2015 1:26 pm
Forum: Issues
Topic: Updating multiple rows in server code
Replies: 3
Views: 648
 
Jump to post

Updating multiple rows in server code

Hello , I changed the code as you mentioned previously and this is how it looks now : var responseBody = {}, requestParams = {}, paramKeys = Apperyio.request.keys(); for (var key = 0; key < paramKeys.length; key++) { requestParams[paramKeys[key]] = Apperyio.request.get(paramKeys[key]); } responseBod...
by Shamma
Tue Aug 25, 2015 7:14 pm
Forum: Issues
Topic: Updating multiple rows in server code
Replies: 3
Views: 648
 
Jump to post

Updating multiple rows in server code

Hello , I'm trying to make a server code that will update a column in my database to a certain value , my code is like this : var XHRResponse = XHR.send("PUT", " https://api.appery.io/rest/1/db/colle... ", { "headers": { "X-Appery-Database-Id": "**** &quo...
by Shamma
Fri Mar 27, 2015 9:52 pm
Forum: Issues
Topic: jAlert not working in my app
Replies: 3
Views: 737
 
Jump to post

jAlert not working in my app

Yes I'm aware of that , but I want to use an alert with custom header title because the native alert(string) in ios shows with a header title like this : pagename.html so I want to use jAlert to make a custom header title , or at least you can give me another solution to make an alert with custom he...
by Shamma
Fri Mar 27, 2015 5:05 pm
Forum: Issues
Topic: jAlert not working in my app
Replies: 3
Views: 737
 
Jump to post

jAlert not working in my app

I'm trying to make an alert box with jAlert function , but its not working , what is the problem ?

by Shamma
Thu Mar 12, 2015 4:46 pm
Forum: Issues
Topic: REST services performance
Replies: 2
Views: 924
 
Jump to post

REST services performance

recently today , all my rest services are either in very slow performance or down and not working at all even if I test them in "Test" , it says : java.net.SocketTimeoutException: Read timed out as well as the login service , it was working good the past week , but today most of the time i...
by Shamma
Thu Mar 12, 2015 4:35 pm
Forum: Issues
Topic: https://api.appery.io/rest/1/db/collections/ rest api seems to be down. Can you let me know when this will be solved?
Replies: 4
Views: 941
 
Jump to post

https://api.appery.io/rest/1/db/collections/ rest api seems to be down. Can you let me know when this will be solved?

I have the same issue , all my services are down , and if they work they are so slow in response then they go down again , what is the problem ?

Go to advanced search