summaryrefslogtreecommitdiff
path: root/examples/README.md
blob: e3095599b765d7b46cb12d3675654be5b4c813fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Examples

Within this directory, you can find a number of different examples of how to use
Ponzu and its features. The goal of this directory is not to host full Ponzu
projects, but rather just a few files or a package to demonstrate interface 
implementation, using hooks, adding new API endpoints, or creating/using addons.

If you are making a contribution to the Ponzu project and are introducing a new
feature, it would be very helpful to include an example with a concrete use-case 
for this directory. 

### Table of Contents
1. [Add content via HTTP API using the `api.Externalable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/externalable)