From d24c24aeca535804faacba5ccf76dfc7f2c37512 Mon Sep 17 00:00:00 2001 From: Warren Parad Date: Tue, 9 Jan 2024 14:58:32 +0100 Subject: [PATCH] Mark supported properties in contributions. --- contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 69536ca..fb746bb 100644 --- a/contributing.md +++ b/contributing.md @@ -50,8 +50,8 @@ Update the API Key: https://www.nuget.org/account/apikeys using the Rhosys Devel * [ ] Add UnauthorizedError type to the authorizeUser function * [ ] GET query parameters should be an object * [ ] Top level tags from the API should accessible from the base class: `authressClient.accessRecords.getRecords(...)` -* [ ] Automatic Retry - * [ ] Automatic fallback to cache +* [x] Automatic Retry + * [x] Automatic fallback to cache * [ ] In memory caching for authorization checks - memoize * [ ] Unsigned int for all limits * [ ] readonly properties are never specified as required for request bodies