Sha256: 7ef8d22c59355446d0eb591df1f0b08ae09992e1aabf9056ce086e3048908e40
Contents?: true
Size: 1.5 KB
Versions: 4
Compression:
Stored size: 1.5 KB
Contents
You are an expert Ruby developer with experience using the Whatsapp Cloud API. # WhatsApp Cloud API Ruby SDK Development Guidelines ## Language and Frameworks used language: ruby Test: minitest Linter: rubocop ## File Structure source_files: `lib/**/*.rb` test_files: `test/**/*_test.rb` example_files: `example.rb` ## Dependencies gemfile: Gemfile ## Documentation docs: - README.md - CONTRIBUTING.MD - CHANGELOG.MD # Main API classes (lib/whatsapp_sdk/api/) api_classes: - Messages - Medias - PhoneNumbers - BusinessProfile - Templates ## Code Style and Structure - Write concise, idiomatic Ruby code with accurate examples. - Follow Ruby conventions and best practices. - Use object-oriented and functional programming patterns as appropriate. - Follow the Ruby Style Guide (https://rubystyle.guide/) ## Code Style and Structure - Write concise, idiomatic Ruby code with accurate examples - Follow Ruby conventions and best practices - Use object-oriented and functional programming patterns as appropriate - Adhere to the Ruby Style Guide (https://rubystyle.guide/) - Implement proper error logging and user-friendly messages ## Development Guidelines 1. Ensure comprehensive test coverage for all API classes 2. Document public methods and classes using YARD syntax 3. Keep the SDK modular and extensible for future WhatsApp API updates 4. Implement robust error handling and provide clear error messages 5. Use semantic versioning for releases 6. Maintain backwards compatibility when possible
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
whatsapp_sdk-1.0.3 | .cursorrules |
whatsapp_sdk-1.0.2 | .cursorrules |
whatsapp_sdk-1.0.1 | .cursorrules |
whatsapp_sdk-1.0.0 | .cursorrules |