Hello Fred,
is it possible for a future release that you expand the HTTP request types to:
#PB_HTTP_PUT
#PB_HTTP_DELETE
#PB_HTTP_MERGE
These request types are necessary for CRUD operations in an OData context. You can find more information here.
Thanks in advance.
Cheers
Stefan
Expand HTTP request types
-
- Posts: 46
- Joined: Tue Dec 01, 2015 8:17 am
- Contact:
-
- Posts: 46
- Joined: Tue Dec 01, 2015 8:17 am
- Contact:
Re: Expand HTTP request types
Hello Fred,
I want to add my wishlist the
#PB_HTTP_PATCH
request type. This request type is necessary for File APIs of online file stores.
Thanks in advance.
Cheers
Stefan
I want to add my wishlist the
#PB_HTTP_PATCH
request type. This request type is necessary for File APIs of online file stores.
Thanks in advance.
Cheers
Stefan
- SparrowhawkMMU
- Posts: 291
- Joined: Wed Aug 19, 2015 3:02 pm
- Location: United Kingdom
Re: Expand HTTP request types
#PB_HTTP_HEAD and #PB_HTTP_OPTIONS would be useful too - some RESTful APIs require the former and I know one of our own systems make use of the latter