Once installed as a package in your project, you can import the package into each file in your project that needs access to the Ctrl Hub API, using the standard Swift import statement:
You are now able to start calling the API with an access token.
The access pattern for calling resources is intended to be consistent. It follows the format CtrlHub.Resource.Method()
The response
should be checked in your code, and we either mark it a success or a fail.
Once installed as a package in your project, you can import the package into each file in your project that needs access to the Ctrl Hub API, using the standard Swift import statement:
You are now able to start calling the API with an access token.
The access pattern for calling resources is intended to be consistent. It follows the format CtrlHub.Resource.Method()
The response
should be checked in your code, and we either mark it a success or a fail.