Skip to content

Instantly share code, notes, and snippets.

View alxdrlitreev's full-sized avatar
🎯
Focusing

Aleksandr Litreev alxdrlitreev

🎯
Focusing
View GitHub Profile
@alxdrlitreev
alxdrlitreev / createFolder.json
Created January 25, 2021 11:22
createFolder
{
"id": "123",
"name": "Brand new Folder",
"order": 1,
"albums": null
}

Keybase proof

I hereby claim:

  • I am alxdrlitreev on github.
  • I am alxdrlitreev (https://keybase.io/alxdrlitreev) on keybase.
  • I have a public key ASCPiXRivZxmjarFxg9K_qScdsq88yvGKlPm86svZ3Inqgo

To claim this, I am signing this object:

@alxdrlitreev
alxdrlitreev / Wizard.md
Created January 21, 2024 02:07
Plan Wizard

BASED PlanWizard

Endpoint: https://planwizard.basedapps.co.uk/

NB! DO NOT rely on this API, it is for demo purposes only and it WILL be changed soon.

Methods

GET /nodes?limit=100&offset=0

#!/bin/bash
# Переходим в домашний каталог
cd ~/
# Удаляем старую копию репозитория, если она существует
rm -rf sentinel-api
# Клонируем репозиторий
git clone https://github.com/norselabs/sentinel-api.git