{"id":13508192,"url":"https://github.com/mschae/trailing_format_plug","last_synced_at":"2026-03-09T20:01:28.306Z","repository":{"id":21523365,"uuid":"24842572","full_name":"mschae/trailing_format_plug","owner":"mschae","description":"An elixir plug to support legacy APIs that use a rails-like trailing format: http://api.dev/resources.json","archived":false,"fork":false,"pushed_at":"2017-08-15T18:36:33.000Z","size":22,"stargazers_count":25,"open_issues_count":2,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-13T02:50:54.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/mschae.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-06T11:03:59.000Z","updated_at":"2023-09-01T11:08:27.000Z","dependencies_parsed_at":"2022-08-21T16:40:54.620Z","dependency_job_id":null,"html_url":"https://github.com/mschae/trailing_format_plug","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mschae/trailing_format_plug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Ftrailing_format_plug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Ftrailing_format_plug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Ftrailing_format_plug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Ftrailing_format_plug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mschae","download_url":"https://codeload.github.com/mschae/trailing_format_plug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Ftrailing_format_plug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30309997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-08-01T02:00:49.476Z","updated_at":"2026-03-09T20:01:28.196Z","avatar_url":"https://github.com/mschae.png","language":"Elixir","funding_links":[],"categories":["Framework Components"],"sub_categories":[],"readme":"TrailingFormatPlug\n==================\n[![Build Status](https://travis-ci.org/mschae/trailing_format_plug.svg?branch=master)](https://travis-ci.org/mschae/trailing_format_plug)\n\n## Usage\n\nAdd the `trailing_format_plug` dependency to your `mix.exs` as follows:\n\n```elixir\ndef deps do\n  #  ...\n  {:trailing_format_plug, \"~\u003e 0.0.5\"}\n  # ...\nend\n```\n\nIf you are using phoenix:\n\nAdd the plug to your endpoint.ex file:\n\n```elixir\ndefmodule MyProject.Endpoint do\n  # ...\n  plug TrailingFormatPlug   # add this\n  plug Plug.RequestId\n  plug Plug.Logger\n  # ...\nend\n```\n\n## License\n\nCopyright 2014 Michael Schaefermeyer\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschae%2Ftrailing_format_plug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmschae%2Ftrailing_format_plug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschae%2Ftrailing_format_plug/lists"}