Skip to content

4.1.0

Choose a tag to compare

@lorenzobruni lorenzobruni released this 30 Jun 14:47
· 63 commits to master since this release
  • RESTful implementation added
  • Add the new API.RESTful handler to the Web.config
    <add verb="GET,POST" path="api.restful" name="API.RESTful" type="API.RESTful" />
  • Rename the following keys in the Web.*.config files under the <appSettings> section:
    • API_JSONRPC_MAINTENANCE >> API_MAINTENANCE
    • API_JSONRPC_AUTHENTICATION_TYPE >> API_AUTHENTICATION_TYPE
    • API_JSONRPC_STATELESS >> API_STATELESS
    • API_JSONRPC_SUCCESS >> API_SUCCESS