Exemplo n.º 1
0
 /// <summary>
 /// Gets the patch for an individual specification.
 /// </summary>
 /// <param name="options">The patch options.</param>
 /// <returns></returns>
 public object GetPatch(object options)
 {
     return(_repositoriesEndPoint.GetPatch(_accountName, _repository, options));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets the patch for an individual specification.
 /// </summary>
 /// <param name="spec">The patch spec.</param>
 /// <returns></returns>
 public string GetPatch(string spec)
 {
     return(_repositoriesEndPoint.GetPatch(_accountName, _slug, spec));
 }