MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / PaginatedQueryParamsSerializer

Class PaginatedQueryParamsSerializer

api/integrations/github/serializers.py:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class PaginatedQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg]
43 class Meta:
44 dataclass = PaginatedQueryParams
45
46
47class RepoQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg]

Callers 1

fetch_repositoriesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…