trellow.api.Organizations.Internal.AsyncOrganizations.WithId C# (CSharp) Method

WithId() public method

public WithId ( string orgIdOrName ) : Task
orgIdOrName string
return Task
		public Task<Organization> WithId(string orgIdOrName)
		{
			return _restClient.RequestAsync<Organization>(new OrganizationsRequest(orgIdOrName));
		}