-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
As the objective of this repo is to create an hydrus deployment with the characteristics defined by the "Real World Example", we start analyzing the views and models for the Flask app to turn them into an Hydra documentation file.
The Example app is a basic Medium.com clone, the Flask deployment is called "Conduit"; three main classes of objects are defined:
- Articles
- Profiles
- Users
Articles
- SQLAlchemy models: Tags Comments Articles. These models have to be translated into
HydraClass - Views: Articles Comments Tags. The definitions of these views have to be added to the DocApi's
HydraClasss
Profiles
- Same as Articles, there are some models and views that needs to be translated
Users
- Same as Articles, there are some models and views that needs to be translated
I will add an ApiDoc template to the repo via PR.
Best way to start is to find the relevant schemas at schema.org; for example an Article is probably an instance of class BlogPosting.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels