developer.apievangelist.com is the developer portal for the API Evangelist network. It aggregates every collection Kin Lane publishes across the network and documents each one as a consumable JSON feed.
Live site: https://developer.apievangelist.com
_config.yml— Jekyll site configuration_data/feeds.yml— the canonical catalog of every feed surfaced by this portal_data/apisjson.yml— the APIs.json source for/apis.json_layouts/,_includes/,assets/— page templates and styling (matches the APIs.io developer portal look-and-feel)feeds/— one Markdown page per feed, each rendered via thefeedlayout_posts/,blog/— portal blogindex.md,about.md,network.md— landing, about, and network overview pagesapis.json,atom.xml— machine-readable indexes
The feeds documented here are pulled from these collections:
- Add a new entry to
_data/feeds.ymlwithslug,name,description,url,feed_url,repo_url,tags, andfields. - Add a matching entry under
apis:in_data/apisjson.yml. - Create
feeds/<slug>.mdwith thefeedlayout pointing at the new slug. - Commit and push — GitHub Pages rebuilds on push.
bundle install
bundle exec jekyll serve- APIs.io developer portal — the sibling portal this one mirrors
- APIs.json — the discovery spec the portal publishes
- api-evangelist GitHub org — the source collections