Skip to main content
430
results
Andrew Fletcher
How do you generate a .pem file from an existing .ppk key? Is putty on your mac? Check by running the command puttygen -VWhich will generate a response similar to  puttygen: Release 0.76 Build platform: 64-bit Unix Compiler: clang 12.0.5 (clang-1205.0.22.9) Source commit: 1fd7baa7344bb....Don't have Putty, well easily fixed with homebrew. brew install putty  Generate the key We will use puttygen to generate the key. puttygen key.ppk -O private-openssh -o key.pem key.ppk the...
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...
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 documentation. PATCH command Following on from the GET command, to patch a node to the site (currently staging) is quite quick.  To be able to PATCH an article, the member needs to have authority to do so.  All members can update their own content.  However, they cannot update any one else's content. Outline of the details required to make a...
Andrew Fletcher
To POST an image is similar to the other posts mentioned on this site....
Andrew Fletcher
To sort through a multidimensional array seems to be a function that I...
Andrew Fletcher
For an introduction to setting up RESTful hal+json refer to the set-up...
Andrew Fletcher
How do you rebuild node access permissions using CLI? To rebuild permissions...
Andrew Fletcher
The user API, was originally created under the General Documenation area (see Query - user).  I'm creating a new user API document under the API documentation area. Calling a query To call a user query the details are required: User uid; Authentication credentials The query string is: {domain}/user/{uid}?_format=hal_json See the notes on set up, for the staging and production URLs.  Using the current staging URL in the set up screen, as example of...
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
Adding git tag to your actions. The regular process that I work to is git add...
Andrew Fletcher
phpcs issue in Visual Studio Code, I'm receiving this warning in VS...