endpoint property

String endpoint
final

The path where the response should be returned. Avoid leading slashes.

This does not include the base URL or domain. For example, users not http://0.0.0.0:3000/api/users.

Implementation

final String endpoint;