{"id":18265098,"url":"https://github.com/docpad-archive/docpad-plugin-restapi","last_synced_at":"2025-04-04T21:31:24.278Z","repository":{"id":10007985,"uuid":"12043913","full_name":"docpad-archive/docpad-plugin-restapi","owner":"docpad-archive","description":"Exposes a REST API for performing CRUD actions within DocPad","archived":false,"fork":false,"pushed_at":"2023-12-11T09:51:57.000Z","size":62,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-10-23T00:25:26.746Z","etag":null,"topics":["docpad-plugin","unsupported"],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docpad-archive.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2013-08-11T22:57:12.000Z","updated_at":"2023-12-11T09:52:01.000Z","dependencies_parsed_at":"2024-10-25T22:31:03.621Z","dependency_job_id":"16f79074-a1cf-4f85-88aa-632c73d7561a","html_url":"https://github.com/docpad-archive/docpad-plugin-restapi","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":0.02564102564102566,"last_synced_commit":"20bb205e246faeb351ce2e287f4f84e234a6eb9c"},"previous_names":["docpad/docpad-plugin-restapi"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docpad-archive%2Fdocpad-plugin-restapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docpad-archive%2Fdocpad-plugin-restapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docpad-archive%2Fdocpad-plugin-restapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docpad-archive%2Fdocpad-plugin-restapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docpad-archive","download_url":"https://codeload.github.com/docpad-archive/docpad-plugin-restapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247006601,"owners_count":20868033,"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":["docpad-plugin","unsupported"],"created_at":"2024-11-05T11:16:59.171Z","updated_at":"2025-04-04T21:31:23.910Z","avatar_url":"https://github.com/docpad-archive.png","language":"CoffeeScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=QB8GQPZAH84N6"],"categories":[],"sub_categories":[],"readme":"# CRUD REST API Plugin for [DocPad](http://docpad.org)\n\n\u003c!-- BADGES/ --\u003e\n\n[![Build Status](https://img.shields.io/travis/docpad/docpad-plugin-restapi/master.svg)](http://travis-ci.org/docpad/docpad-plugin-restapi \"Check this project's build status on TravisCI\")\n[![NPM version](https://img.shields.io/npm/v/docpad-plugin-restapi.svg)](https://npmjs.org/package/docpad-plugin-restapi \"View this project on NPM\")\n[![NPM downloads](https://img.shields.io/npm/dm/docpad-plugin-restapi.svg)](https://npmjs.org/package/docpad-plugin-restapi \"View this project on NPM\")\n[![Dependency Status](https://img.shields.io/david/docpad/docpad-plugin-restapi.svg)](https://david-dm.org/docpad/docpad-plugin-restapi)\n[![Dev Dependency Status](https://img.shields.io/david/dev/docpad/docpad-plugin-restapi.svg)](https://david-dm.org/docpad/docpad-plugin-restapi#info=devDependencies)\u003cbr/\u003e\n[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ \"Donate weekly to this project using Gratipay\")\n[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr \"Donate monthly to this project using Flattr\")\n[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=QB8GQPZAH84N6 \"Donate once-off to this project using Paypal\")\n[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a \"Donate once-off to this project using BitCoin\")\n[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V \"Buy an item on our wishlist for us\")\n\n\u003c!-- /BADGES --\u003e\n\n\nAdd a REST API to your DocPad project for interacting with DocPad files and documents\n\n[REST API Specification can be found on the Web Write Project's Specification Page](https://github.com/webwrite/spec#rest)\n\n\n## Install\n\n```\ndocpad install restapi\n```\n\n\n## Usage\n\nOnce installed, the `/restapi/` URL on your website will conform to the [WebWrite Specification](https://github.com/webwrite/spec#rest)\n\n\n\u003c!-- HISTORY/ --\u003e\n\n## History\n[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/docpad/docpad-plugin-restapi/blob/master/HISTORY.md#files)\n\n\u003c!-- /HISTORY --\u003e\n\n\n\u003c!-- CONTRIBUTE/ --\u003e\n\n## Contribute\n\n[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/docpad/docpad-plugin-restapi/blob/master/CONTRIBUTING.md#files)\n\n\u003c!-- /CONTRIBUTE --\u003e\n\n\n\u003c!-- BACKERS/ --\u003e\n\n## Backers\n\n### Maintainers\n\nThese amazing people are maintaining this project:\n\n- Neil Taylor \u003cneil.t@myplanetdigital.com\u003e (https://github.com/neilbaylorrulez)\n- Benjamin Lupton \u003cb@lupton.cc\u003e (https://github.com/balupton)\n\n### Sponsors\n\nThese amazing people have contributed finances to this project:\n\n- Myplanet Digital \u003chello@myplanetdigital.com\u003e (http://www.myplanetdigital.com)\n\nBecome a sponsor!\n\n[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ \"Donate weekly to this project using Gratipay\")\n[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr \"Donate monthly to this project using Flattr\")\n[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=QB8GQPZAH84N6 \"Donate once-off to this project using Paypal\")\n[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a \"Donate once-off to this project using BitCoin\")\n[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V \"Buy an item on our wishlist for us\")\n\n### Contributors\n\nThese amazing people have contributed code to this project:\n\n- [Benjamin Lupton](https://github.com/balupton) \u003cb@lupton.cc\u003e — [view contributions](https://github.com/docpad/docpad-plugin-restapi/commits?author=balupton)\n- [Neil Taylor](https://github.com/neilbaylorrulez) \u003cneil.t@myplanetdigital.com\u003e — [view contributions](https://github.com/docpad/docpad-plugin-restapi/commits?author=neilbaylorrulez)\n\n[Become a contributor!](https://github.com/docpad/docpad-plugin-restapi/blob/master/CONTRIBUTING.md#files)\n\n\u003c!-- /BACKERS --\u003e\n\n\n\u003c!-- LICENSE/ --\u003e\n\n## License\n\nUnless stated otherwise all works are:\n\n- Copyright \u0026copy; 2013+ Bevry Pty Ltd \u003cus@bevry.me\u003e (http://bevry.me)\n\nand licensed under:\n\n- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)\n\n\u003c!-- /LICENSE --\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocpad-archive%2Fdocpad-plugin-restapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocpad-archive%2Fdocpad-plugin-restapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocpad-archive%2Fdocpad-plugin-restapi/lists"}