FrannHammer.Models.BaseCharacterAttribute.Update C# (CSharp) Method

Update() public method

public Update ( HttpClient client ) : Task
client System.Net.Http.HttpClient
return Task
        public override Task<HttpResponseMessage> Update(HttpClient client)
        {
            throw new NotImplementedException("No support for updating these individual attributes yet.  " +
                                              "To be clear, the controllers and API exist, just not the helper/wrapper methods");
        }
BaseCharacterAttribute