public interface SuperHeroesApi
List<SuperHero>
heroesLocatedIn(String location)
List<Team>
teams()
List<Team> teams()
@Query(value="heroesIn") List<SuperHero> heroesLocatedIn(String location)
Copyright © 2018–2020. All rights reserved.