Content
View differences
Updated by Swikriti Tripathi over 3 years ago
Develop an API such that we can do all the setup connections through a single script.
Right now we have two endpoints `/admin-config` and `/nc-oauth` , the former endpoint sends data with `ophost` , `op-oauth-info` and default settings like enabling navigation links, and the latter one is for the creation `nc OAuth credentials`
Design the API such that we can do all these steps in a single one. TBD
Right now we have two endpoints `/admin-config` and `/nc-oauth` , the former endpoint sends data with `ophost` , `op-oauth-info` and default settings like enabling navigation links, and the latter one is for the creation `nc OAuth credentials`
Design the API such that we can do all these steps in a single one.