Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebp
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Endpoint Handlers
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

API contacts.GET
API contacts.HEAD


    Method  = HTTP_Services('GetHTTPRequestMethod')
	// Process normally ifIf the GET method or simplythen return responsea headersbody. ifIf the HEAD method then just return response headers.
    .
    .
    .
    .

end api

HAL and URI Templates

tbd

4.0.5

More Logging TLC

The more logging gets used the more ways we see how this can be improved. Here is a summary of what we've added:

...