Android: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
}
}
</source>
</source>
==Redmi Note 5==
'''Settings''' » About Phone » MIUI Version '''(TAP 7 more Times)'''
'''Settings''' » Additional Settings » Scroll Down » '''Developer Options'''


==References==
==References==

Revision as of 18:59, 8 July 2020

@Rest(rootUrl = "https://api.chorke.org/rest/api", converters = { MappingJackson2HttpMessageConverter.class })
public interface EventsApi {
  @Get("/events/{year}/{location}")
  EventList getEventsByYearAndLocation(@Path int year, @Path String location);

  @Get("/events/{year}/{location}")
  EventList getEventsByLocationAndYear(@Path String location, @Path int year);
}

Redmi Note 5

Settings » About Phone » MIUI Version (TAP 7 more Times)
Settings » Additional Settings » Scroll Down » Developer Options

References