# README
Stack Overflow / StackExchange Go SDK
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
-