BaseKit api documentation: https://apidocs.basekit.com/api-reference/sites/ ### Modules - [ ] Add `SiteContent` to the `Api` namespace. - [ ] Add this module to the `BaseKit` class. ### Endpoints - [ ] Create page - [ ] Create widget - [ ] Get global values - [ ] Add global value - [ ] Update Global value - [ ] Widget values When implementing the endpoints, make sure to include links to the documentation using the @see annotation in docblocks. ### Tests - [ ] Add the added module to the `BaseKitClientTest`. - [ ] Add tests for all the added domain objects - [ ] Add tests for all the added endpoints
BaseKit api documentation: https://apidocs.basekit.com/api-reference/sites/
Modules
SiteContentto theApinamespace.BaseKitclass.Endpoints
When implementing the endpoints, make sure to include links to the documentation using the @see annotation in docblocks.
Tests
BaseKitClientTest.