Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megaputer/go_oauth_phabricator
Client for OAuth2 Phabricator in Golang
https://github.com/megaputer/go_oauth_phabricator
client go golang oauth2 phabricator
Last synced: about 3 hours ago
JSON representation
Client for OAuth2 Phabricator in Golang
- Host: GitHub
- URL: https://github.com/megaputer/go_oauth_phabricator
- Owner: Megaputer
- License: mit
- Created: 2018-09-07T13:43:55.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T12:46:38.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T20:09:10.271Z (5 months ago)
- Topics: client, go, golang, oauth2, phabricator
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go_oauth_phabricator
Client for OAuth2 Phabricator in Golang[![Go Reference](https://pkg.go.dev/badge/github.com/Megaputer/go_oauth_phabricator/v2.svg)](https://pkg.go.dev/github.com/Megaputer/go_oauth_phabricator/v2)
Installation and Usage
=============Install
---------------
go get -v github.com/Megaputer/go_oauth_phabricatorUsage
---------------
go run cmd/example/main.go 'code_value'Example
-------
[Example](cmd/example/main.go)