Web Services Endpoint

Introduction

The endpoint for the iHarder.net XML-RPC services is http://iharder.sourceforge.net/rpc/xmlrpc-endpoint.php.

XML-RPC: "iharder.getMisc" Function

This retrieves text from a sort of "hashtable." The parameters are as follows:

  1. The key to use in retrieving data from the hashtable.
  2. The username to authenticate access to the hashtable.
  3. The password to authenticate access to the hashtable.

If the key is not found in the hashtable, an XML-RPC error is returned.

Key:
Username:
Password:

XML-RPC: "iharder.setMisc" Function

This sets text in a sort of "hashtable." The parameters are as follows:

  1. The key to use in setting data in the hashtable.
  2. The value to set in the hashtable.
  3. The username to authenticate access to the hashtable.
  4. The password to authenticate access to the hashtable.

The new value is returned. This should be the value you just set.