Categorygithub.com/grokify/go-stackoverflow
module
0.1.9
Repository: https://github.com/grokify/go-stackoverflow.git
Documentation: pkg.go.dev

# README

Stack Overflow / StackExchange Go SDK

Build Status Go Report Card Docs License

Overview

This is a API client built using openapi-generator using this StackExchange API spec:

https://github.com/grokify/api-specs/tree/master/stackexchange

Installation

$ go get github.com/grokify/go-stackoverflow/...

Usage

See examples in the examples directory. To get started, you can use examples/get_users/main.go.

Documentation

The auto-generated Swagger files are in the client folder and you can find the Swagger docs there as client/README.md

API Coverage

APIs: https://api.stackexchange.com/docs

  • Questions
    • questions
    • questions/featured
    • questions/no-answers
    • questions/unanswered
  • Users
    • users
    • users/{userIds}/reputation
    • users/{userIds}/reputation-history
    • me
    • me/reputation
    • me/reputation-history

# Packages

No description provided by the author
No description provided by the author
No description provided by the author