Skip to content

Instantly share code, notes, and snippets.

View pmutua's full-sized avatar
🐲
You are awesome make things happen ✨

Philip Mutua pmutua

🐲
You are awesome make things happen ✨
View GitHub Profile
@pmutua
pmutua / docs.chat-bot-assistance-api.swagger.json
Created January 12, 2024 09:47
Example Swagger 2.0 JSON file for a Chatbot Assistance API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Chatbot Assistance API",
"description": "Provide customer support and assistance using chatbots.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / credit-card-reward.swagger.json
Created January 12, 2024 09:45
Example Swagger 2.0 JSON file for a Credit Card Rewards API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Credit Card Rewards API",
"description": "Manage credit card rewards programs and redeem points.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.branch-locator.swagger.json
Created January 12, 2024 09:43
Example Swagger 2.0 JSON file for a Branch Locator API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Branch Locator API",
"description": "Locate nearby bank branches and their operating hours.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@pmutua
pmutua / docs.bill-payment-api.swagger.json
Created January 12, 2024 09:42
Example Swagger 2.0 JSON file for a Bill Payment API with 10 entries (endpoints):
{
"swagger": "2.0",
"info": {
"title": "Bill Payment API",
"description": "Facilitate bill payments for various services and utilities.",
"version": "1.0.0"
},
"basePath": "/api",
"schemes": ["http", "https"],
"paths": {
@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": {