Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| getting-started:start [2025-12-05 01:00] – created nimda | getting-started:start [2025-12-06 03:10] (current) – nimda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Getting Started ====== | ====== Getting Started ====== | ||
| + | Welcome to the LibreMatch developer documentation! This section will help you get started with building applications using the Worlds Edge Link API for Age of Empires games. | ||
| + | |||
| + | ===== What You Can Build ===== | ||
| + | |||
| + | The Worlds Edge Link API enables you to create: | ||
| + | |||
| + | * **Lobby Browsers** - Display and filter available game lobbies | ||
| + | * **Match Spectator Tools** - View and follow ongoing games | ||
| + | * **Player Tracking** - Monitor specific players' | ||
| + | * **Community Tools** - Custom integrations for your local gaming community | ||
| + | * **Statistics Dashboards** - Aggregate and visualize game data | ||
| + | |||
| + | ===== Choose Your Path ===== | ||
| + | |||
| + | ==== I Want to Build a Lobby Browser ==== | ||
| + | |||
| + | Start here if you want to create a tool that displays game lobbies and matches. | ||
| + | |||
| + | → **[[getting-started: | ||
| + | |||
| + | This guide covers: | ||
| + | * Quick start with the [[rlink: | ||
| + | * Advanced features using the [[https:// | ||
| + | * Code examples and best practices | ||
| + | * Response parsing and data handling | ||
| + | |||
| + | ==== I Have Questions ==== | ||
| + | |||
| + | Check our comprehensive FAQ for quick answers to common questions. | ||
| + | |||
| + | → **[[getting-started: | ||
| + | |||
| + | Topics covered: | ||
| + | * General API questions | ||
| + | * Authentication and setup | ||
| + | * API usage and filtering | ||
| + | * Development tips | ||
| + | * Troubleshooting | ||
| + | |||
| + | ===== Quick Links ===== | ||
| + | |||
| + | ==== API Endpoints ==== | ||
| + | |||
| + | ^ Endpoint Type ^ Authentication ^ Use Case ^ Documentation ^ | ||
| + | | [[rlink: | ||
| + | | [[rlink: | ||
| + | |||
| + | ==== Essential Resources ==== | ||
| + | |||
| + | * **[[https:// | ||
| + | * **[[https:// | ||
| + | |||
| + | ==== Open Source Projects ==== | ||
| + | |||
| + | **LibreMatch Organization** - [[https:// | ||
| + | |||
| + | * **[[https:// | ||
| + | * **[[https:// | ||
| + | * **[[https:// | ||
| + | * **[[https:// | ||
| + | |||
| + | ===== Before You Begin ===== | ||
| + | |||
| + | **For Basic Lobby Browsers:** | ||
| + | * No special requirements - just make HTTP requests! | ||
| + | * Recommended: | ||
| + | |||
| + | **For Advanced Features (Spectating, | ||
| + | * Steam account with the game purchased | ||
| + | * Node.js or similar environment for authentication | ||
| + | * Understanding of Steam authentication flow | ||
| + | |||
| + | ===== Need Help? ===== | ||
| + | |||
| + | * Browse the **[[getting-started: | ||
| + | * Check the **[[getting-started: | ||
| + | * Join the community on **[[https:// | ||
| + | * Explore **[[https:// | ||
| + | |||
| + | ===== Contributing ===== | ||
| + | |||
| + | Found something missing or incorrect? This documentation is community-maintained. Contributions are welcome to help fellow developers! | ||
| + | |||
| + | ---- | ||
| + | |||
| + | //Ready to start? Pick a guide above and begin building! // | ||