https://github.com/eleven-sh/api
The API that implements the GitHub OAuth flow for the Eleven CLI
https://github.com/eleven-sh/api
eleven gin-framework github-api golang oauth2
Last synced: 9 days ago
JSON representation
The API that implements the GitHub OAuth flow for the Eleven CLI
- Host: GitHub
- URL: https://github.com/eleven-sh/api
- Owner: eleven-sh
- License: mit
- Created: 2022-10-28T12:11:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T12:12:25.000Z (about 3 years ago)
- Last Synced: 2024-06-21T17:53:25.853Z (over 1 year ago)
- Topics: eleven, gin-framework, github-api, golang, oauth2
- Language: Go
- Homepage: https://api.eleven.sh
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API
This repository contains the source code of the Eleven API.
The Eleven API is hosted in a private server in the sole goal of implementing the GitHub OAuth flow in a secured manner (i.e., without exposing our GitHub secret in the CLI).
The base URL for the API is: https://api.eleven.sh
## License
Eleven is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).