Create account

jarmuzceltow
replied 2114d
This could be still possible if he would document public API of his temporary closed source backend. Then anyone can extend portal but it is still copy-protected.
replied 2113d
https://github.com/memberapp/memberapp.github.io/issues/138
This is on my todo list. API still quite messy and changing quite rapidly atm as I add new features, so would add quite a lo
replied 2113d
t of overhead to do it before things have settled down a bit.
jarmuzceltow
replied 2112d
In such approach you have two instances of running api V1 - known publicly & frozen, second V2 without doc but used for dev and changes for the time when it becomes mature to document.
jarmuzceltow
replied 2112d
Yes,it may be an unnecessary overhead eating U time when things are changing rapidly.Best is to make snapshot & document it as v1 publicly, then do changes in v2 & documented it later.