-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MG-73 - Add domain ID to API endpoints (#74)
* add domain id to things Signed-off-by: ianmuchyri <[email protected]> * add domain id to channels Signed-off-by: ianmuchyri <[email protected]> * add domain id to groups Signed-off-by: ianmuchyri <[email protected]> * fix invitations and bootstraps Signed-off-by: ianmuchyri <[email protected]> * fix certs Signed-off-by: ianmuchyri <[email protected]> * fix tests Signed-off-by: ianmuchyri <[email protected]> * fix examples Signed-off-by: ianmuchyri <[email protected]> * add changeset Signed-off-by: ianmuchyri <[email protected]> * remove domains endpoint Signed-off-by: ianmuchyri <[email protected]> * remove unnecessary comment Signed-off-by: ianmuchyri <[email protected]> * add changeset Signed-off-by: ianmuchyri <[email protected]> * address comments Signed-off-by: ianmuchyri <[email protected]> * fix comment for enable Signed-off-by: ianmuchyri <[email protected]> * get domain id from invitation Signed-off-by: ianmuchyri <[email protected]> * update tests and example Signed-off-by: ianmuchyri <[email protected]> --------- Signed-off-by: ianmuchyri <[email protected]>
- Loading branch information
1 parent
7197ff4
commit c4f60b9
Showing
22 changed files
with
723 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@absmach/magistrala-sdk": patch | ||
--- | ||
|
||
remove domains endpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@absmach/magistrala-sdk": patch | ||
--- | ||
|
||
update things, channels, groups, bootstrap, certs api endpoints to have domain id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.