Future<Article> create(Article article) async { return client.post(path, query: article.toJson(), decoder: Article.fromJson); }