{"id":19827953,"url":"https://github.com/operationcode/operationcode-airtable","last_synced_at":"2025-07-19T15:39:35.015Z","repository":{"id":56886922,"uuid":"76381714","full_name":"OperationCode/operationcode-airtable","owner":"OperationCode","description":"Ruby interface to airtables for the Operation Code platform","archived":false,"fork":false,"pushed_at":"2016-12-18T15:43:41.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-06T14:43:12.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OperationCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-13T17:19:28.000Z","updated_at":"2016-12-16T15:47:53.000Z","dependencies_parsed_at":"2022-08-20T13:50:06.500Z","dependency_job_id":null,"html_url":"https://github.com/OperationCode/operationcode-airtable","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/OperationCode/operationcode-airtable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationCode%2Foperationcode-airtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationCode%2Foperationcode-airtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationCode%2Foperationcode-airtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationCode%2Foperationcode-airtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OperationCode","download_url":"https://codeload.github.com/OperationCode/operationcode-airtable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationCode%2Foperationcode-airtable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265957955,"owners_count":23855358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T11:14:32.888Z","updated_at":"2025-07-19T15:39:34.972Z","avatar_url":"https://github.com/OperationCode.png","language":"Ruby","readme":"# [Operationcode::Airtable](https://github.com/OperationCode/operationcode-airtable)\n\n[![Build Status](https://travis-ci.org/OperationCode/operationcode-airtable.svg?branch=master)](https://travis-ci.org/OperationCode/operationcode-airtable)\n[![Code Climate](https://codeclimate.com/github/OperationCode/operationcode-airtable/badges/gpa.svg)](https://codeclimate.com/github/OperationCode/operationcode-airtable)\n[![Test Coverage](https://codeclimate.com/github/OperationCode/operationcode-airtable/badges/coverage.svg)](https://codeclimate.com/github/OperationCode/operationcode-airtable/coverage)\n\nThis gem provides a common interface to airtables for the Operation Code platform.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'operationcode-airtable', git: 'https://github.com/OperationCode/operationcode-airtable'\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\n* Require the gem in your application like so:\n```ruby\nrequire 'operationcode/airtable'\n```\n* Set the AIRTABLE_API_KEY environment variable.\n* Retrieve your base_id and table name from the airtable API documentation.\n* Instantiate a new object with these values. For example:\n```ruby\n2.3.0 :001 \u003e a = Operationcode::Airtable.new(base_id:  'YOUR-BASE-ID', table: 'YOUR-TABLE-NAME')\n```\n* You can now interact with the airtables API.\n\nCurrently only #all and #create is supported. Please file a ticket (or a PR) if you need more functionality.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/OperationCode/operationcode-airtable. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperationcode%2Foperationcode-airtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperationcode%2Foperationcode-airtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperationcode%2Foperationcode-airtable/lists"}