Recent releases have been pre-built using cross-compilers and this script and are downloadable below.
If you have found these packages useful, give me a shout out on twitter: @adammw
| """ | |
| This class makes creating a REST handler for Splunk easier. | |
| The class will automatically call a function within the class based on the path and the method. | |
| For example, if a GET call is made to the path "ping", then this class will call the function | |
| get_ping(). | |
| Below is an example. |
Recent releases have been pre-built using cross-compilers and this script and are downloadable below.
If you have found these packages useful, give me a shout out on twitter: @adammw