Types:
from rollin.types import (
AccessibilityFeatures,
Coordinates,
ScoreLabel,
SuccessResponse,
LocationRetrieveResponse,
LocationListResponse,
)Methods:
client.locations.retrieve(id) -> LocationRetrieveResponseclient.locations.list(**params) -> SyncCursorPagination[LocationListResponse]
Types:
from rollin.types import RegionListResponseMethods:
client.regions.list() -> RegionListResponse
Types:
from rollin.types import FeedbackSubmitResponseMethods:
client.feedback.submit(**params) -> FeedbackSubmitResponse
Types:
from rollin.types import FeatureBreakdownEntry, ScoreRetrieveResponseMethods:
client.score.retrieve(id) -> ScoreRetrieveResponse