Modules/cURL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Module_Info| | {{Module_Info| | ||
name = MTA Curl | | name = MTA Curl | | ||
version = 1. | version = 1.2 | | ||
author = [[User:mrdejong|Alexander de Jong (mrdejong)]] | | author = [[User:mrdejong|Alexander de Jong (mrdejong)]] | | ||
module_website = ''[https://github.com/mrdejong/mta_curl Here]'' | | module_website = ''[https://github.com/mrdejong/mta_curl Here]'' | | ||
download_link = ''[https:// | download_link = ''[https://dl.dropboxusercontent.com/u/10711598/mta_curl/1.2/mta_curl_win32.zip Here]'' | | ||
license = [http://www.opensource.org/licenses/bsd-license.php BSD] | | license = [http://www.opensource.org/licenses/bsd-license.php BSD] | | ||
written_in = C++ | | written_in = C++ | | ||
operating_system = Windows | operating_system = Windows| | ||
compatible_with = 1.3.0, 1.3.1, 1.3.2 | | compatible_with = 1.3.0, 1.3.1, 1.3.2 | | ||
}} | }} | ||
Line 17: | Line 17: | ||
You can find the source at the [[https://github.com/mrdejong/mta_curl|github repository]] | You can find the source at the [[https://github.com/mrdejong/mta_curl|github repository]] | ||
Update 27-5-2013 | |||
I released the version 1.2, this build is not yet available for linux. | |||
Most important update is how the module works the result data from a call. Please check out curl_perform function to see how you retrieve the data from a call. | |||
==cURL functions== | ==cURL functions== |
Revision as of 14:13, 27 May 2013
Module info | |
Name | MTA Curl |
Version | 1.2 |
Author | Alexander de Jong (mrdejong) |
Module website | Here |
Download link | Here |
License | BSD |
Written in | C++ |
Operating system | Windows |
Compatible with | 1.3.0, 1.3.1, 1.3.2 |
MTA Curl module is a handy module to make restful api web calls. You could do everything with it.
The module is based on php cURL module.
If you found any bugs, please post them on the [page]
You can find the source at the [repository]
Update 27-5-2013
I released the version 1.2, this build is not yet available for linux.
Most important update is how the module works the result data from a call. Please check out curl_perform function to see how you retrieve the data from a call.