remsfal / remsfal-backend

Apache License 2.0
3 stars 16 forks source link

Implement the Site Endpoint #151

Closed astanik closed 2 months ago

astanik commented 3 months ago

https://github.com/remsfal/remsfal-backend/blob/8631892d64abbc405a272e3152b144f220ee259c/remsfal-core/src/main/java/de/remsfal/core/api/project/SiteEndpoint.java#L27

alexeyleping commented 3 months ago

guys, please tell me how the fields String protected, String property Id, String SiteID are connected in the get Site method, I understand that the site has an id, is this not enough if it is unique? 1

alexeyleping commented 3 months ago

https://github.com/remsfal/remsfal-backend/pull/159