{"id":16537774,"url":"https://github.com/ddspringle/cfesi","last_synced_at":"2026-01-29T17:32:16.096Z","repository":{"id":73580155,"uuid":"93962952","full_name":"ddspringle/CFESI","owner":"ddspringle","description":"An ESI API wrapper for Eve Online written in CFML","archived":false,"fork":false,"pushed_at":"2017-06-15T22:34:26.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T20:04:32.182Z","etag":null,"topics":["api-wrapper","cfml","esi-api","eve-online"],"latest_commit_sha":null,"homepage":"","language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddspringle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-10T20:12:55.000Z","updated_at":"2017-06-10T20:18:25.000Z","dependencies_parsed_at":"2023-07-06T16:31:51.664Z","dependency_job_id":null,"html_url":"https://github.com/ddspringle/CFESI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ddspringle/CFESI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddspringle%2FCFESI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddspringle%2FCFESI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddspringle%2FCFESI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddspringle%2FCFESI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddspringle","download_url":"https://codeload.github.com/ddspringle/CFESI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddspringle%2FCFESI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28881982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T16:41:59.663Z","status":"ssl_error","status_checked_at":"2026-01-29T16:39:39.641Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api-wrapper","cfml","esi-api","eve-online"],"created_at":"2024-10-11T18:43:24.354Z","updated_at":"2026-01-29T17:32:16.082Z","avatar_url":"https://github.com/ddspringle.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CFESI\nAn ESI API wrapper for Eve Online written in CFML\n\nCurrent version: 1.0.10\n\nThe EVEESIService CFC contains an API interface to the [Eve Online ESI API](https://esi.tech.ccp.is/latest/) - latest build: 2017-06-10\n\nThis code is bundled with the EVESSOService CFC which provides functions to assist with getting OAuth 2.0 tokens from Eve Online for use with the API. Error handling in these CFC's are minimal, at best, and this is best left to the implementation of the API wrapper and not handled directly within the API wrapper itself.\n\nThe ESI API and SSO wrappers will both check for a successful call (HTTP 200 OK) and will automatically parse the JSON results and return them. Any other status code will return the entire http result, including headers and other information for debug purposes.\n\n### Sample ESI Usage:\n\n```\n\tesi = new EVEESIService();\n  \n\twriteDump( esi.getAlliances() );\n```\n\n[Full documentation of the CFESI API Wrapper](https://github.com/ddspringle/CFESI/wiki/API-Wrapper-Documentation)\n\n### Sample SSO Usage\n\nLogin Page:\n\n```\n\tsso = new EVESSOService( clientId = '[CLIENT ID]', secretKey = '[SECRET KEY]', redirectURL = '[URL]' );\n\n\t\u003ca href=\"#sso.getLoginURL()#\"\u003eLogin With Eve Online\u003c/a\u003e\n```\n\nCallback:\n\n```\n\tif( sso.hasCorrectState( URL.state ) ) {\n\t\ttokenStruct = sso.getAccessTokenByAuthCode( URL.code );\n\t}\n\n\twriteDump( tokenStruct );\n```\n\n\n## Compatibility\n\n* Adobe ColdFusion 9+\n* Lucee 4.5+\n\n\n## Bugs and Feature Requests\n\nIf you find any bugs or have a feature you'd like to see implemented in this code, please use the issues area here on GitHub to log them.\n\n## Contributing\n\nThis project is actively being maintained and monitored by Denard Springle. If you would like to contribute to this code base please feel free to fork, modify and send a pull request!\n\n## License\n\nThe use and distribution terms for this software are covered by the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddspringle%2Fcfesi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddspringle%2Fcfesi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddspringle%2Fcfesi/lists"}