Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_phabricator

Usage
---------------
go run cmd/example/main.go 'code_value'

Example
-------
[Example](cmd/example/main.go)