Future<Article> get(ArticleId id) async { return client.get('$path/$id', decoder: Article.fromJson); }