Skip to content

Instantly share code, notes, and snippets.

View pmutua's full-sized avatar
🐲
Focus mode

Philip Mutua pmutua

🐲
Focus mode
View GitHub Profile
@pmutua
pmutua / docs.investment-portfollio.swagger.json
Created January 12, 2024 09:39
Example Swagger 2.0 JSON file for an Investment Portfolio API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Investment Portfolio API",
"description": "Manage and track customer investment portfolios and their performance.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.morgage-calculator.swagger.json
Created January 12, 2024 09:37
Example Swagger 2.0 JSON file for a Mortgage Calculator API with 10 entries (endpoints): json
{
"swagger": "2.0",
"info": {
"title": "Mortgage Calculator API",
"description": "Calculate mortgage payments and provide mortgage-related information.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.budgeting-savings.swagger.json
Created January 12, 2024 09:34
Example Swagger 2.0 JSON file for a Budgeting and Savings API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Budgeting and Savings API",
"description": "Assist customers in budgeting, goal setting, and saving strategies.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.fraud-detection.swagger.json
Created January 12, 2024 09:33
Example Swagger 2.0 JSON file for a Fraud Detection API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Fraud Detection API",
"description": "Detect and prevent fraudulent activities in banking transactions.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.atm-locator.swagger.json
Created January 12, 2024 09:31
Example Swagger 2.0 JSON file for an ATM Locator API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "ATM Locator API",
"description": "Locate nearby ATMs and their operating status for customers.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.foreign-exchange.swagger.json
Created January 12, 2024 09:30
Example Swagger 2.0 JSON file for a Foreign Exchange Rates API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Foreign Exchange Rates API",
"description": "Retrieve real-time foreign exchange rates for different currencies.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.credit-score.swagger.json
Created January 12, 2024 09:28
Example Swagger 2.0 JSON file for a Credit Score API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Credit Score API",
"description": "Retrieve a customer's credit score and credit history.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / kyc-verification.swagger.json
Created January 12, 2024 09:26
Example Swagger 2.0 JSON file for a KYC Verification API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "KYC Verification API",
"description": "Perform Know Your Customer (KYC) verifications for customers.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.customer-authentication.swagger.json
Created January 12, 2024 09:24
Example Swagger 2.0 JSON file for a Customer Authentication API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Customer Authentication API",
"description": "Authenticate customers and manage user sessions.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.loan-management.json
Created January 12, 2024 09:22
Example Swagger 2.0 JSON file for a Loan Management API with 10 entries (endpoints)
{
"swagger": "2.0",
"info": {
"title": "Loan Management API",
"description": "Submit and process loan applications for customers.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {