Skip to content

Instantly share code, notes, and snippets.

View el0911's full-sized avatar
🏠
I wish i was working from home

El Achu somto el0911

🏠
I wish i was working from home
View GitHub Profile

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS

@el0911
el0911 / auth.md
Last active October 16, 2019 18:07

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Blog

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Bwols

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Cards

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Plans

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Recepies

function generateOne($name,$displayname,$has_role){
$user_roles = []
$one = [];
$one['name'] = $name;
$one['display_name'] = $displayname;
$one['can_access'] = $has_role;
$one['url'] = "https://client." . ApiUtility::domainByEnvironment() . "reliancehmo.com";
return $one
}