mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
Readme method name fix
This commit is contained in:
parent
2ff9397afc
commit
2d1d3c1876
@ -106,8 +106,9 @@ Fast, simple, async php telegram api server:
|
||||
* Session management (**Use with caution, can be unstable**)
|
||||
|
||||
**Examples:**
|
||||
* Adding session: `http://127.0.0.1:9503/system/addInstance?session=users/xtrime`
|
||||
* Removing session: `http://127.0.0.1:9503/system/removeInstance?session=users/xtrime`
|
||||
* Session list: `http://127.0.0.1:9503/system/getSessionList`
|
||||
* Adding session: `http://127.0.0.1:9503/system/addSession?session=users/xtrime`
|
||||
* Removing session: `http://127.0.0.1:9503/system/removeSession?session=users/xtrime`
|
||||
|
||||
If there is no authorization in session, or session file is blank, authorization required:
|
||||
|
||||
|
10
composer.lock
generated
10
composer.lock
generated
@ -2545,12 +2545,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389"
|
||||
"reference": "5e2ebc8340c8b7dcdc3f938dcbb9e2b99b72fd8e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389",
|
||||
"reference": "67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5e2ebc8340c8b7dcdc3f938dcbb9e2b99b72fd8e",
|
||||
"reference": "5e2ebc8340c8b7dcdc3f938dcbb9e2b99b72fd8e",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
@ -2663,7 +2663,7 @@
|
||||
"spoonity/tcpdf": "<6.2.22",
|
||||
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
||||
"stormpath/sdk": ">=0,<9.9.99",
|
||||
"studio-42/elfinder": "<2.1.48",
|
||||
"studio-42/elfinder": "<2.1.49",
|
||||
"swiftmailer/swiftmailer": ">=4,<5.4.5",
|
||||
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
||||
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
||||
@ -2757,7 +2757,7 @@
|
||||
}
|
||||
],
|
||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||
"time": "2020-01-06T19:16:46+00:00"
|
||||
"time": "2020-01-20T14:23:18+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
Loading…
Reference in New Issue
Block a user