Skip to content

Instantly share code, notes, and snippets.

View EDDYMENS's full-sized avatar
🏕️

Edmond Mensah EDDYMENS

🏕️
View GitHub Profile

Get a list of templates

This endpoint retrieves a list of available templates stored in eTrusted.

The result set can be filtered by adding request parameters.

  • URL

    /users/:id

<?php
# This file was automatically generated by the MediaWiki 1.35.2
# installer. If you make manual changes, please keep track in case you
# need to recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
<?php
echo "Admin page here";
Blog images in the comment
<script>
var questions = {
"#index": {
question: "Which service do you use?",
options: [
{
description: "a) Service Only",
action: "#feedback-type"
},
{
swagger: "2.0"
info:
description: "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters."
version: "1.0.0"
title: "Swagger Petstore"
termsOfService: "http://swagger.io/terms/"
contact:
email: "apiteam@swagger.io"
license:
name: "Apache 2.0"
openapi: 3.0.0
info:
description: The books endpoint keeps a record of books and their page numbers
version: 1.0.0
title: Book API
servers:
- url: https://lit-taiga-02928.herokuapp.com
- url: http://lit-taiga-02928.herokuapp.com
paths:
/:
<?php
class MiniRetirement {
private $workedYears = 0;
private $retirementYears = 0;
private $totalYears = 0;
private $unaccountedYears = 0;
public function __construct($totalYears) {
@EDDYMENS
EDDYMENS / Surreal.php
Last active March 17, 2024 16:43
Surreal DB PHP SDK
<?php
/**
* Surreal fluent query
*
* @author EDDYMENS
* @license MIT (or other licence)
*/
class Surreal
{
alert("shows up");