-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a fluent tutorial #71
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some initial comments.
Hummingbird.docc/Tutorials/FluentUniverse/Tutorial Table of Contents.tutorial
Outdated
Show resolved
Hide resolved
Hummingbird.docc/Tutorials/FluentUniverse/Tutorial Table of Contents.tutorial
Outdated
Show resolved
Hide resolved
Hummingbird.docc/Tutorials/FluentUniverse/Fluent-1-Galaxy.tutorial
Outdated
Show resolved
Hide resolved
Hummingbird.docc/Tutorials/FluentUniverse/Fluent-1-Galaxy.tutorial
Outdated
Show resolved
Hide resolved
@Step { | ||
We'll add a single route `GET /galaxies`, which lists all registered galaxies. | ||
|
||
Because the database is empty now, we'll add a single Galaxy on boot! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worthwhile to add a PUT route that adds a galaxy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to mention it in the tutorial steps and maybe instead of adding a galaxy automatically using this route to add the galaxy
@Step { | ||
We'll add a single route `GET /galaxies`, which lists all registered galaxies. | ||
|
||
Because the database is empty now, we'll add a single Galaxy on boot! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to mention it in the tutorial steps and maybe instead of adding a galaxy automatically using this route to add the galaxy
Hummingbird.docc/Tutorials/FluentUniverse/Fluent-1-Galaxy.tutorial
Outdated
Show resolved
Hide resolved
…rial Co-authored-by: Adam Fowler <[email protected]>
No description provided.