relativitydev / Gravity

ORM Framework for Relativity Custom Development
Other
16 stars 10 forks source link

RESTDao Provider #136

Open mrobustelli opened 5 years ago

Arithmomaniac commented 5 years ago

We should probably be careful to distinguish between a REST Dao (one that calls REST directly, with no Relativity dependencies) and an ObjectManager Dao.

KalinaTSD commented 5 years ago

Please provide a proper documentation and I'm going to plan some work here.

Arithmomaniac commented 5 years ago

Please provide a proper documentation

You mean asides from the REST documentation?

mrobustelli commented 5 years ago

@KalinaTSD is picking up this issue. She is going to review the RSAPI implementation and try to mimic for Rest. The goal will be to create several smaller issues, linked to this one and tackle that way. @KalinaTSD will create the issues when she has a good understanding of the RSAPI implementation.

Arithmomaniac commented 5 years ago

Great. I would suggest implementing the underlying REST Provider with an ORM like RestEase or Refit.