Versions Compared

Key

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

...

Due to the new syntax and the desire to maintain backwards compatibility with the legacy service code, the old format of HTTP_{Resource}_Services is now replaced with {Resource}_API.

Resource Building Your Way

The HTTP_Resource_Services routine has always been a convenient way to quickly convert OpenInsight data into rich JSON formats that follow good RESTful practices such as including self-referencing and collection URIs. Those one-stop-shop high-level services (e.g., GetDatabaseItem, PostDatabaseItem, DeleteDatabaseItem) still exist. However, there are times when a little more low-level effort is required. To help with this, several new services have been added. This provide a middle ground between the high-level services and direct calls to the SRP_JSON function.

3.0.4

Protecting Column Data

...