Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 590 Bytes

Deprecation notice

The content of this repository has been moved to src/protos in the main repository.

Protos

This repository contains Protobuf definitions that Rehike uses including but not limited to reverse engineered InnerTube Protobuf formats.

In order to use these in Rehike, you must first compile these to PHP with protoc and then dump the result into Rehike's modules/generated folder.

protoc --proto_path=/path/to/protos --php_out=out/php /path/to/protos/*.proto