Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use POST method with URL and Google Refine/ OpenRefine

OpenRefine http://openrefine.org/ allows URL generation using GREL as tokens. I want to connect to an API which only supports a POST method . Can I format the URL so it calls the REST API using POST? Ref: https://github.com/OpenRefine/OpenRefine/wiki/Fetching-URLs-From-Web-Services

like image 518
Sonicthoughts Avatar asked Jun 28 '13 00:06

Sonicthoughts


1 Answers

Not currently, but it'd be a good enhancement request. Click "issues" at the OpenRefine site URL that you posted.

Bonus points for patches/pull requests which implement the feature. :-)

like image 190
Tom Morris Avatar answered Sep 28 '22 07:09

Tom Morris