@ashsec/copilot-api 0.11.2 → 0.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/main.js +915 -216
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -207,7 +207,6 @@ New endpoints for monitoring your Copilot usage and quotas.
|
|
|
207
207
|
| Endpoint | Method | Description |
|
|
208
208
|
| ------------ | ------ | ------------------------------------------------------------ |
|
|
209
209
|
| `GET /usage` | `GET` | Get detailed Copilot usage statistics and quota information. |
|
|
210
|
-
| `GET /token` | `GET` | Get the current Copilot token being used by the API. |
|
|
211
210
|
|
|
212
211
|
## Example Usage
|
|
213
212
|
|