---------------------------------------------------------------------- This is the API documentation for the gdtest_inline_always library. ---------------------------------------------------------------------- ## Classes Core classes LargeAPI(base_url: str) A class with many methods that would normally be split. With inline_methods: true, all methods stay on the class page regardless of count. Parameters ---------- base_url The API base URL. ## Functions Public functions create_api(url: str) -> gdtest_inline_always.LargeAPI Create a new API client. Parameters ---------- url Base URL for the API. Returns ------- LargeAPI Configured API client instance.