mevdschee/php-sp-api

SP Questions

Opened this issue · 1 comments

Hi, I've two questions:

1- The API supports stored procedures with parameters?. If yes, how to do it?
2- What's the security of the api? Can I use auth / https / etc ? Or anyone person that uses POST in the url can view the info?

Thanks

Thank you for your questions.

1- The API supports stored procedures with parameters?. If yes, how to do it?

Just define a SP with parameters

2- What's the security of the api?

There is none, you have to add it yourself.

I hope this helps, Maurits