- 官方Swagger
- Monitor
- Group
- Find internal group of the application
- Get group by invite code
- Get group list of the user
- Create group for the user
- Delete a group
- Get detail of a group
- Update group
- Get group invite code
- Update group invite code
- Delete group invite code
- Get members of a group
- Join a group
- Remove a group member
- Update the role of a member
- Leave a group
- RecycleBin
- FunctionTemplate
- create a function template
- get all function template
- use a function template
- update a function template
- delete a function template
- get one function template
- star a function template
- get function template user star state
- get people who use this function template
- get my function template
- get all recommend function template
- Billing
- Trigger
- User
- Authentication
- Signup by user-passwordPOST
- Signin by user-passwordPOST
- Reset passwordPOST
- Check if user-password is setPOST
- Send phone verify codePOST
- Signin by phone and verify codePOST
- Auth providersGET
- Get user token by PATPOST
- Send email verify codePOST
- Redirect to the login page of githubGET
- Signin by githubPOST
- Bind githubPOST
- Unbind githubPOST
- Create a PATPOST
- List PATsGET
- Delete a PATDELETE
- WebsiteHosting
- Public
- Function
- Application
- Create application
- Get user application list
- Get an application by appid
- Delete an application
- Update application name
- Update application state
- Update application bundle
- Bind custom domain to application
- Remove custom domain of application
- Check if domain is resolved
- Update environment variables (replace all)
- Set a environment variable (create/update)
- Get environment variables
- Delete an environment variable by name
- Get app all pod name
- Get pod's containers
- Get app pod logs
- Add application dependencies
- Update application dependencies
- Get application dependencies
- Remove a dependency
- Storage
- Database
- Create a new collection in database
- Get collection list of an application
- Get collection by name
- Update a collection
- Delete a collection by its name
- Create database policy
- Get database policy list
- Update database policy
- Remove a database policy
- The database proxy for database management
- Export database of an application
- Import database of an application
- Create database policy rule
- Get database policy rules
- Update database policy rule by collection name
- Remove a database policy rule by collection name
- Get dedicated database resources metrics data
- Get dedicated database connections metrics data
- Get dedicated database performance metrics data
- Account
- Laf-Toolkit 所需接口
Unbind github
国服环境
https://api.laf.run
国服环境
https://api.laf.run
POST
/v1/auth/github/unbind
Authentication
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.laf.run/v1/auth/github/unbind'
返回响应
🟢200成功
application/json
Body
error
string
可选
data
object
UserWithProfile
_id
string
必需
username
string
必需
email
string
可选
phone
string
可选
github
number
可选
createdAt
string <date-time>
必需
updatedAt
string <date-time>
必需
profile
object
UserProfile
示例
{
"error": "string",
"data": {
"_id": "string",
"username": "string",
"email": "string",
"phone": "string",
"github": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"profile": {
"_id": "string",
"uid": "string",
"openData": {},
"avatar": "string",
"name": "string",
"idVerified": {
"isVerified": true,
"idVerifyFailedTimes": 0
},
"idCard": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}
}