occiware / OCCInterface

OCCI API developer online playground
MIT License
3 stars 1 forks source link

The plural of data is data, not "datas" #16

Closed gibello closed 7 years ago

gibello commented 7 years ago

Datas (sic) are everywhere: in the text (like in "You are going to create and/or delete datas" ...) but also in the JSON of the queries (eg. in a POST request: { "text": "stop it", "post": [ { "address": "/compute/6df690d2-3158-40c4-88fb-d1c41584d6e5?action=stop", "datas": { "action":"http://schemas.ogf.org/occi/infrastructure/compute/action#stop", "attributes": { "method": "graceful" } } } ] }). No standard protocol can embed typos...

mdutoo commented 7 years ago

Solved, should also be backward compatible (but please update your own samples if you have any :).