{"id":51121885,"url":"https://github.com/ghidinelli/eventful-api-coldfusion","last_synced_at":"2026-06-25T03:30:48.891Z","repository":{"id":150734805,"uuid":"21232987","full_name":"ghidinelli/eventful-api-coldfusion","owner":"ghidinelli","description":"API wrapper for the OAuth Eventful.com API","archived":false,"fork":false,"pushed_at":"2014-07-01T03:42:44.000Z","size":164,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-04T14:13:19.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghidinelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-26T08:06:39.000Z","updated_at":"2023-04-04T18:14:35.131Z","dependencies_parsed_at":"2023-04-30T05:18:45.312Z","dependency_job_id":null,"html_url":"https://github.com/ghidinelli/eventful-api-coldfusion","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/ghidinelli/eventful-api-coldfusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghidinelli%2Feventful-api-coldfusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghidinelli%2Feventful-api-coldfusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghidinelli%2Feventful-api-coldfusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghidinelli%2Feventful-api-coldfusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghidinelli","download_url":"https://codeload.github.com/ghidinelli/eventful-api-coldfusion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghidinelli%2Feventful-api-coldfusion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34758773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-06-25T03:30:46.672Z","updated_at":"2026-06-25T03:30:48.874Z","avatar_url":"https://github.com/ghidinelli.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"eventful-api-coldfusion\n=======================\n\nOAuth Eventful API Wrapper by Brian Ghidinelli, 2014\nhttp://www.ghidinelli.com  / http://github.com/ghidinelli\n\nRequires a copy of my RestConsumer CFC to handle low-level HTTP requests: https://github.com/ghidinelli/restconsumer\n\nTo access the Eventful API using Oauth, you must:\n\t\n1. Create an account on Eventful.com\n1. Go to api.eventful.com and obtain an API app key\n1. If you will be accessing Eventful on behalf of individual users, you must perform the Oauth flow for each user. That means: \n  * calling getOauthRequestToken()\n  * redirecting the user to the authorization_url, let them authorize you, receive the redirect back and then\n  * use getOauthAccessToken() to exchange the temporary token for a permanent Access token\n\n   If you will be accessing Eventful on behalf of your server/application, you must perform the above Oauth flow ONCE for your system.\n   In this case, when you are redirected to Eventful.com's authorization_url, you will authorize with your own account\n   and permanently store the resulting Access token and Access secret.\n1. Make authenticated API requests using the Access token and secret acting on-behalf-of that authorized user.\n\nSwitched from the XML endpoint to JSON per my preference.\n\n\nMany thanks to David Reiter @ Eventful for troubleshooting support (dreiter@eventful-inc.com)\n\n-----------------------------------------------------------------------\n\nOAuth Sample Code used from http://api.eventful.com/docs/cold_fusion\nby Travis Walter (twalters84@hotmail.com), 2012\n\nOriginal Non-OAuth Version\nby Jimmy Winter, Music Arsenal, 2008\nhttp://www.musicarsenal.com\n\t\nBased on AuthorizeNetRecurring.cfc skeleton\nby Ryan Stille, CF WebTools.\nhttp://www.stillnetstudios.com\n\n\n```\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghidinelli%2Feventful-api-coldfusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghidinelli%2Feventful-api-coldfusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghidinelli%2Feventful-api-coldfusion/lists"}