MCPcopy Index your code
hub / github.com/PokeAPI/pokeapi / PokedexSummarySerializer

Class PokedexSummarySerializer

pokemon_v2/serializers.py:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233
234class PokedexSummarySerializer(serializers.HyperlinkedModelSerializer):
235 class Meta:
236 model = Pokedex
237 fields = ("name", "url")
238
239
240class PokemonColorSummarySerializer(serializers.HyperlinkedModelSerializer):

Calls

no outgoing calls

Tested by

no test coverage detected