Ejemplo n.º 1
0
 /// <summary>
 /// Append a detail level to the uri
 /// </summary>
 /// <param name="detailLevel">the detail level</param>
 /// <returns>the uri builder</returns>
 public UriBuilder DetailLevel(DetailLevel detailLevel)
 {
     return this.Param("detail_level", detailLevel.ToStringLower());
 }