HTTPRequest PUT and DELETE

Just starting out? Need help? Post your questions and find answers here.
TheMexican
Posts: 17
Joined: Sun Jun 07, 2015 5:58 pm

HTTPRequest PUT and DELETE

Post 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!!
User avatar
SparrowhawkMMU
Posts: 281
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: HTTPRequest PUT and DELETE

Post 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.
TheMexican
Posts: 17
Joined: Sun Jun 07, 2015 5:58 pm

Re: HTTPRequest PUT and DELETE

Post 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.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: HTTPRequest PUT and DELETE

Post by Fred »

Added for next version :)
User avatar
SparrowhawkMMU
Posts: 281
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: HTTPRequest PUT and DELETE

Post by SparrowhawkMMU »

Thank you Fred! :)
TheMexican
Posts: 17
Joined: Sun Jun 07, 2015 5:58 pm

Re: HTTPRequest PUT and DELETE

Post by TheMexican »

Thanks Fred, this are great news!!
Post Reply