-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from capcom6/docs/move-to-another-repo
Remove web pages from backend
- Loading branch information
Showing
47 changed files
with
23 additions
and
1,686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
], | ||
"swagger": "2.0", | ||
"info": { | ||
"description": "End-user authentication key", | ||
"description": "Provides an API for (Android) SMS Gateway", | ||
"title": "SMS Gateway - API", | ||
"contact": { | ||
"name": "Aleksandr Soloshenko", | ||
"email": "[email protected]" | ||
}, | ||
"version": "1.0.0" | ||
"version": "{APP_VERSION}" | ||
}, | ||
"host": "sms.capcom.me", | ||
"basePath": "/api", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -273,9 +273,9 @@ info: | |
contact: | ||
email: [email protected] | ||
name: Aleksandr Soloshenko | ||
description: End-user authentication key | ||
description: Provides an API for (Android) SMS Gateway | ||
title: SMS Gateway - API | ||
version: 1.0.0 | ||
version: '{APP_VERSION}' | ||
paths: | ||
/3rdparty/v1/device: | ||
get: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,21 +4,19 @@ import ( | |
smsgateway "github.com/capcom6/sms-gateway/internal/sms-gateway" | ||
) | ||
|
||
// @title SMS Gateway - API | ||
// @version 1.0.0 | ||
// @description Provides API for (Android) SMS Gateway | ||
|
||
// @contact.name Aleksandr Soloshenko | ||
// @contact.email [email protected] | ||
// @securitydefinitions.basic ApiAuth | ||
|
||
// @securitydefinitions.apikey MobileToken | ||
// @in header | ||
// @name Authorization | ||
// @description Mobile device token | ||
|
||
// @securitydefinitions.basic ApiAuth | ||
// @in header | ||
// @description End-user authentication key | ||
// @title SMS Gateway - API | ||
// @version {APP_VERSION} | ||
// @description Provides an API for (Android) SMS Gateway | ||
|
||
// @contact.name Aleksandr Soloshenko | ||
// @contact.email [email protected] | ||
|
||
// @host localhost:3000 | ||
// @host sms.capcom.me | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.