27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
This tool is designed to enable developers to work with the 101OBeX API.
|
|
With this tool, developers can retrieve information about their API
|
|
privileges, quotas, API Token, and more.
|
|
|
|
To begin, developers need to initialize their token using the
|
|
'init' parameter. This process involves authenticating through the
|
|
Google OAuth API to obtain the API token, which is stored locally on their
|
|
computer. Once the token is initialized, developers can use the
|
|
'info' parameter to access details about their API privileges,
|
|
projects, teams, and access token. Finally, developers have the option to
|
|
remove all downloaded information from their computer using the
|
|
'clean' parameter.
|
|
|
|
* https://github.com/101OBeXCorp/101obexcli/releases/tag/prerelease
|
|
|
|
Mac:
|
|
|
|
* https://github.com/101OBeXCorp/101obexcli/releases/download/prerelease/101obexcli-win32.zip
|
|
|
|
Linux:
|
|
|
|
* https://github.com/101OBeXCorp/101obexcli/releases/download/prerelease/101obexcli.-.linux.zip
|
|
|
|
Win32:
|
|
|
|
* https://github.com/101OBeXCorp/101obexcli/releases/download/prerelease/101obexcli.-.mac.zip
|