mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
[FEAT]: Custom Properties (#2933)
* add custom properties model and clients * observable * observable tests * add search * error CS8370: 'target-typed object creation' * Error CS8370: 'target-typed object creation' * add patch with body that return status code * fixes for failed ConventionTests * working UnitTests * (de)serialization and model tests * Update Repository.cs
This commit is contained in:
@@ -31,6 +31,11 @@ namespace Octokit.Reactive
|
||||
/// </summary>
|
||||
IObservableOrganizationActionsClient Actions { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns a client to manage organization custom properties.
|
||||
/// </summary>
|
||||
IObservableOrganizationCustomPropertiesClient CustomProperty { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns the specified organization.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user