Skip to main content
15
results
Andrew Fletcher
To completely remove Microsoft Remote Desktop from OSX you need to perform the following   Bin the MRD app Drag the Microsoft Remote Desktop app to the bin.   In Finder, select Go > 'Go to Folder', and enter the following path: /private/var/db/Locate the RemoteManagement folder and bin it. Back to Finder, again select Go > 'Go to Folder', and enter the following: /Library/Containers/Following you entering the above and nothing happens (as did for me), you need to enter the full...
Andrew Fletcher
  Using the Drupal Poll module and passing via RESTful API -  How do...
Andrew Fletcher
For an introduction into setting up RESTful hal+json refer to the set-up...
Andrew Fletcher
How to use the Drupal REST API to trigger I've forgot (need to change) my...
Andrew Fletcher
To get the X-CSRF token, first, you need to login as a member.  Follow the...
Andrew Fletcher
In retrieving an image, the primary element required is: File id or fid;   Query string Using the element outlined above the query string becomes: {domain}/file/{fid}/?_format=hal_json Replacing the following variables: {domain} ~ your-site.com {fid} ~ 3214 Becomes: your-site.com/file/3214?_format=hal_jsonGenerates the following output: { "_links": { "self": { "href": "https://your-site.com/file/3214?_format=hal_json" }, ...
Andrew Fletcher
For an introduction into setting up RESTful hal+json refer to the set-up...
Andrew Fletcher
For an introduction into setting up RESTful hal+json refer to the set-up...
Andrew Fletcher
For an introduction into setting up RESTful hal+json refer to the set-up...
Andrew Fletcher
To POST an image is similar to the other posts mentioned on this site....
Andrew Fletcher
For an introduction to setting up RESTful hal+json refer to the set-up documentation.  This article is about retrieving vocabulary lists that are used in many of the requests such as: Challenges: Activate type {activate_time); Distance marker {distance_marker}; Status {challenge_status} Notifications: Audience {notification_audience}; Status {notification_status}; Type {notification_types} Rivals: Status {notification_types} The notation above is indicated as vocabulary...
Andrew Fletcher
The user API, was originally created under the General...
Andrew Fletcher
The development version of the app database is held on the staging site....
Andrew Fletcher
The user parameters provides details about a specific user based...
Andrew Fletcher
I had an instance where I needed to move content from a plist to the server...