Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint

API Functions

The low-level API functions are the foundation of the library and are what the higher-level utility functions (described later) use to communicate with Fluidinfo. They can be referenced via the api attribute of the session object returned by the fluidinfo function and are named after the HTTP methods that they utilize.[26]

The API functions are uniform in the minimum options they require:

path

The path to the endpoint being called; for example, about/myobject/namespace/tag (note how there’s no leading slash). If part of the path needs to be safely URL-encoded, pass in a JavaScript array of the path’s constituent parts, such as

["about", "my object", "namespace", "tag"]

  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial