yooper
yooper
We haven't implemented the POST functionality, yet in WMN. We do need to verify and confirm that the example, found in #555, is how we want POST data, within the...
I plan on starting on this functionality this week.
@WebBreacher , we can make the field optional, such that if it is specified/provided the `strip_bad_char` method is called. That will save you the time of editing each entry in...
I will put in sometime this week and make it happen.
@gildas-lormeau , great product you made. I would like to POST the captured content and its originating URL to an API endpoint. The authentication for sending to the endpoint would...
Hello @gildas-lormeau , Yes, it would be very similar to the Github destination implementation. The name for the destination would be `REST API Endpoint`. The user would have to provide:...
Sure. The Content-Type header in an HTTP POST/PUT request indicates the type of data in the request body. HTTP status codes are three-digit numbers that a server sends to a...
Sorry about that.. To provide versality so that the field names can get mapped to the whatever the field names are in the end point. For example, I have an...
Hey @gildas-lormeau , I submitted a PR for pushing saves to a REST API endpoint. Please let me know if you have any questions. Really looking forward to having that...
It has been awhile since I worked on the code base. Can you provide an example that tests the differences in your suggestion and provide the information here in this...