HTTP-APIs / hydra-python-core

This library provides the core functions to implement Hydra Official Specification in Python
MIT License
14 stars 19 forks source link

Set readable and writeable to True for supportedProperty of HydraCollection #71

Closed farazkhanfk7 closed 3 years ago

farazkhanfk7 commented 3 years ago

Fixes #70

Checklist

Description

writeable and readable attribute for HydraClassProp are set to True in suppportedProperty of HydraCollection. hydrus checks that a Collection should have only writeable properties to make a POST/DELETE request to a collection endpoint.

Change logs

doc_writer.py : attribute for supportedProperty changed in HydraCollection class

Mec-iS commented 3 years ago

For me is ok.

Please @chrizandr @sameshl review and eventually merge

sameshl commented 3 years ago

LGTM :+1: