Worldbox Assembly-CSharp.dll

Browse the repository, preview files, and retrieve raw content programmatically.

Repository Navigator

Select a file

Choose a file from the navigator to preview its contents.

No file selected yet.
Raw download Encoding: —

Remote Retrieval Guide

Use the JSON API to integrate this repository into your tools or to power web scrapers. The service intentionally exposes predictable formats so automated consumers can avoid malformed payloads.

  1. Send a GET request to /api/files with an optional path query to drill into folders.
  2. Append &format=raw to download the file bytes directly. Text files are served as UTF-8, binaries as application/octet-stream.
  3. Always include an Accept: application/json header when requesting directory metadata for consistent scraping.
curl "/api/files?path=AssemblyInfo.cs" -H "Accept: application/json"