Skip to content

Tags: voipbin/vn

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from voipbin/NOJIRA-Replace-SDK-with-generic-RE…

…ST-client

NOJIRA-Replace-SDK-with-generic-REST-client

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NOJIRA-Add-CLAUDE-md-and-README (#2)

* Add CLAUDE.md with comprehensive development guide

- cli: Add quick reference for build/test/lint/install commands
- cli: Document project structure and architecture
- cli: Add how-to guide for adding new resources
- cli: Document code conventions, dependencies, testing, and gotchas

* Add README with installation, usage, and command reference

- cli: Add curl-based install instructions for all platforms
- cli: Add quick start guide with login and basic commands
- cli: Document configuration, profiles, and access key priority
- cli: Add categorized command reference for all 40+ resources
- cli: Document output formats and shell completion setup

* Fix README command reference to match actual CLI verbs

- cli: Fix verb names for campaigns (set-status, set-service-level, set-actions, set-next-campaign, set-resource-info)
- cli: Fix verb names for agents (update-addresses, update-password, update-permission, update-status, update-tag-ids)
- cli: Fix verb names for queues (set-routing-method, set-tag-ids)
- cli: Fix verb names for chats (add-participant, remove-participant, set-room-owner)
- cli: Fix verb names for outdials (set-campaign, set-data, list-targets, create-target, delete-target)
- cli: Fix verb names for outplans, numbers, billing-accounts, conversations, customers
- cli: Add missing utility commands section (me, version, login, logout, completion)

* Fix missing conferences verbs in README

- cli: Add recording-start, recording-stop, transcribe-start, transcribe-stop to conferences

* Improve README and CLAUDE.md based on quality review

- cli: Replace go install with build-from-source instructions (replace directive blocks go install @latest)
- cli: Fix login example to not show redundant default API URL
- cli: Add login validation failure note and logout --profile example
- cli: Add default page size note to pagination section
- cli: Add RunE convention and error handling pattern to CLAUDE.md

* Add voipbin-go SDK requirement to build-from-source instructions

- cli: Note voipbin-go sibling directory requirement due to go.mod replace directive