Page 2 of 3

Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 11:47 am
by Blair Cox

I abandoned that API and use https://github.com/mevdschee/mysql-cr...

Far better and works! You need to run it from your web server. So that may be a bit of an issue for some.


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 1:05 pm
by Alena Prykhodko

Hello,

Please show us mapping of your :id parameter in query. You should write it down:
( "Path" ) parameter


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 1:08 pm
by Tavonia Evans

SELECT FROM OPPFAPP_Primarymember WHERE MEM_ID = :?MEM_ID AND PASSWORD = :?PASSWORD


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 1:09 pm
by Tavonia Evans

SELECT FROM OPPFAPP_Primarymember WHERE MEM_ID = :?MEM_ID AND PASSWORD = :?PASSWORD


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 1:11 pm
by Tavonia Evans

My query parameters are two strings MEM_ID and PASSWORD


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 1:13 pm
by Tavonia Evans

this is the error I get

{
"code": "AE000",
"message": "Operation can not be performed",
"status": "INTERNAL_SERVER_ERROR"
}


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 1:38 pm
by Tavonia Evans

Thank you! Im going to try this, I'd like to see what she has to say also....but there is no reason this should be throwing errors...


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 4:56 pm
by Tavonia Evans

help?


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 5:15 pm
by Andrew Main

nice! I'll give this a try as well and see if it works for me.


Need Help! REST APIs Using API Express

Posted: Thu Sep 24, 2015 5:18 pm
by Blair Cox

It's still a beta feature, or recently was - think it needs more work before it's ready for production. I spent nearly two weeks on this, finally found this API which was easy enough to use (I'm more designer then developer!) and support requests were answered quickly. Good luck!