Skip to content

Instantly share code, notes, and snippets.

View Netkas's full-sized avatar
🏗️
Rebuilding an empire

Netkas Netkas

🏗️
Rebuilding an empire
View GitHub Profile
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"package": {
"type": "object",
"properties": {
"package_name": {
@Netkas
Netkas / about.md
Created January 21, 2021 04:20
About me!

My amazing banner

❓ Who are you?

My online alias is Netkas, I'm a software engineer that was self-taught and didn't go to college or university or have any sort of real certification for what I do yet I feel like I'm probably doing a better job than someone who spent thousands of dollars to learn something like this.

🎌 Where are you from?

I was born and rasied in Canada, during the last decade of my life I've been living in Chile.

@Netkas
Netkas / openblu_api_v1iva2.0.md
Last active February 5, 2021 12:51
OpenBlu API Documentation for IVA2.0

Notice! This documentation is outdated & will no longer be updated.

We've recently moved to https://docs.intellivoid.net/openblu/introduction

OpenBlu API V1-IVA2.0

This document explains how to use the OpenBlu API to retrieve OpenBlu servers, filter them and retrieve their OpenVPN configuration details

Authenticate

OpenBlu API uses Intellivoid API, to learn how to

@Netkas
Netkas / coffeehouse_api_v1iva2.0.md
Last active October 21, 2022 03:18
CoffeeHouse API Documentation for IVA2.0

Notice! This documentation is outdated & will no longer be updated.

We've recently moved to https://docs.intellivoid.net/coffeehouse/v1/introduction

CoffeeHouse API V1-IVA2.0

This document contains information on how to authenticate and use methods, everything from example requests, object structures are displayed in this document.

Authenticate

@Netkas
Netkas / intellivoid_api_authentication.md
Last active November 30, 2020 19:50
Explains how to authenticate to Intellivoid API

Notice! This documentation is outdated & will no longer be updated.

We've recently moved to https://docs.intellivoid.net/

Intellivoid API

Intellivoid API is a new standard which replaces the old ModularAPI Which was created by Intellivoid, a closed-source solution for providing a stable, fast performing API service.

Intellivoid API Much like ModularAPI does the same but

@Netkas
Netkas / coffeehouse_api_v2.md
Last active April 8, 2021 20:58
CoffeeHouse API v2 Documentation

Notice! This documentation is outdated & will no longer be updated.

We've recently moved to https://docs.intellivoid.net/coffeehouse/v1/introduction

CoffeeHouse API v2 Documentation

This document contains information on how to authenticate and use modules, everything from example requests, object structures are displayed in this document.

Authentication Methods 🔒

There are two types of methods for authentication, the first method is the

@Netkas
Netkas / openblu_api_v1.md
Last active November 30, 2020 19:49
Official OpenBlu API v1 Documentation

Notice! This documentation is outdated & will no longer be updated.

We've recently moved to https://docs.intellivoid.net/openblu/introduction

OpenBlu API Documentation

This document contains information on how to authenticate and use modules, everything from example requests, object structures are displayed in this document.

As OpenBlu updates over time, small changes may be applied. This document will be updated if any changes were made to the OpenBlu API

@Netkas
Netkas / supplier_api_idbut.md
Created February 15, 2019 04:27
Documentation for Supplier's API at IDBUT Solutions

IDBUT Solutions Supplier API

This documentation contains methods and extensive details regarding the usage of API Modules for a supplier, this documentation DOES NOT contain information regarding authentication. To learn how to authenticate please view this gist.

In this documentation when referencing "Modules" the document is referring to the module that is accessed via a URL of the API; https://idbutsolutions.io/api/v1/ModuleName

All methods can be used with either a POST or GET request but authentication is required for all.

Each authorized request to a existing module will always return a variable at the end of the JSON response called ref_code, this variable is a reference to your request used

@Netkas
Netkas / idbut_api_authentication.md
Created February 9, 2019 01:57
Documentation regarding Authentication Methods used for IDBUT Solution's API

IDBUT Solutions API Authentication

This document contains instructions and important information for how the Authentication System works in IDBUT Solution's API. This Documentation DOES NOT contain information for the actual API Usage methods. Please refer to the appropriate documentations that are linked on IDBUT Solutions


Authentication Methods 🔒