Page 1 of 1

HTTPRequest PUT and DELETE

Posted: Wed Aug 16, 2017 4:13 pm
by TheMexican
I am planning on using a REST database which requires HTTPRequests using PUT and DELETE.
Is SpiderBasic capable of doing that?
I know we can use #PB_HTTP_Get and #PB_HTTP_Post but I don't see #PB_HTTP_Put or #PB_HTTP_Delete

That is the only thing keeping me from using SpiderBasic for my project.

Thanks!!

Re: HTTPRequest PUT and DELETE

Posted: Wed Aug 16, 2017 9:06 pm
by SparrowhawkMMU
Not yet, no. It's been requested several times, (along with PATCH).

I'm in the same boat as you. I have an API begging for an admin UI, but can't use SpiderBasic to write it as its RESTful.

Re: HTTPRequest PUT and DELETE

Posted: Wed Aug 16, 2017 10:58 pm
by TheMexican
that is too bad, I guess I will be using a different software.

Hope this gets implemented soon, then we can interact with REST databases easily.

Re: HTTPRequest PUT and DELETE

Posted: Thu Aug 17, 2017 7:48 am
by Fred
Added for next version :)

Re: HTTPRequest PUT and DELETE

Posted: Fri Aug 18, 2017 8:24 pm
by SparrowhawkMMU
Thank you Fred! :)

Re: HTTPRequest PUT and DELETE

Posted: Sun Aug 20, 2017 2:46 pm
by TheMexican
Thanks Fred, this are great news!!