# eBay API info
- Using eBay RESTful APIs
- About the eBay API Sandbox
- OpenAPI, RESTful APIs, and Code Generationg with Swagger
- API Site Status
- Ebay API on StackOverflow
- DevBa's RESTful Services
- eBay Errors by Number
- eBay Developers Program News
- eBay Tech Blog
- eBay Developer Forums
- REST, a quick review of REST concepts and using curl to make HTTP requests from the command line.
# Quick jumps
- ebayrest, a Go/Golang library to access the eBay API.
- Error codes
- Glossary
- Example programs
- Get your application keys (requires login)
- Find your RuName (requires login), then choose Get a Token from eBay via Your Application.
# Authentication and OAuth
- Go OAuth2 on GitHub. See oauth2.go, example_test.go, oauth2_test.go,
- Implementing OAuth 2.0 With Go(Golang)
- Access token types
- Specifying OAuth scopes
- Scopes and Scope list
- Stackoverflow: eBay oauth token and refresh tokens
- The authorization code grant flow
- OAuth2
- OAuth Token Flow/Quick OAuth Guide - eBay Knowledgebase
- eBay OAuth client library
- eBay's OAuth client library for Java
- eBay's OAuth client library for C#
- eBay REST API OAuth2: Plain English Edition
- Need a new keyset? Probably not. You likely just need a new RuName for development
# Sandbox
# Buy APIs
- Buy APIs
- Buy Offer API References: Resources
- eBay Offer API Overview
- eBay Offer API
- eBay Order API Overview
# Sell APIs
# Utilities
- The jsonviewer online JSON formatter
- Online URL Encoder
- Online base64 encoder/decoder