The Wayback Machine - https://web.archive.org/web/20211201132059/https://github.com/topics/http-api
Skip to content
#

http-api

Here are 125 public repositories matching this topic...

Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Jul 8, 2021

As a developer, I would like to automatically create a layout with pages from a given resource tree, so that my project is easier to maintain.

Example

var tree = ResourceTree.FromProject("Pages");

var pages = Pages.From(tree);

var website = Website.Create()
                     .Content(pages);

Acceptance criteria

  • The functionality is implemented in a n

Improve this page

Add a description, image, and links to the http-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-api topic, visit your repo's landing page and select "manage topics."

Learn more