Skip to content

Instantly share code, notes, and snippets.

View DaltonWebDev's full-sized avatar
🏠
Working from home

Dalton Edwards DaltonWebDev

🏠
Working from home
View GitHub Profile

Create Link

Method: POST

Parameters

url – the place you want your link to redirect to (must include http:// or https://)

link – *( optional parameter) * Must be alphanumeric and can't exceed 20 characters in length. If you don't set this a link will be randomly generated.

Output

error will be false upon success. otherwise it will output a string for example "URL_MISSING".. they are all self explanatory

These API docs are outdated. 1MB is launching a new API soon :)

Intro

Simple Site is a service for sharing code/hosting single-page static web applications.

Create Site

API Endpoint: https://ss.dewdd.com/api.php [POST]

Parameters: action, code

action = create

Henlo API

All Henlo functionality is available using our open API. Henlo.XYZ uses all the same APIs that developers have access to. We encourage developers to make their own Henlo clients. Below I'm going to outline all available APIs and how to interact with them. Keep in mind that Henlo is in beta and API changes and downtime might happen at times.

This gist will be updated whenever there's an API update, so don't forget to bookmark this page.

Authentication

The authentication endpoint is used for logins and registrations. The API URL is:

https://henlo.xyz/api/auth.php