-
Notifications
You must be signed in to change notification settings - Fork 1
Change Public Transport Api
SocksOnHead edited this page Jul 21, 2025
·
3 revisions
Previous Page: HomeAPI-Setup
DISCLAIMER: Advanced, avoid if you aren't good at C#
Open the project in preferrable IDE and edit those files:
Update:
- ResRobotClient.cs: to make request to new api
- ContractExtensions.cs:133: Update To Contract Extension to map correctly
Replace:
When it comes to the response model, you can simply try to make a request to their endpoint and copy the JSON. For less pain in the ass, use https://json2csharp.com/ or other tool to recreate the model from JSON.