Skip to content
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

Auto-generated API documentation is not rendered for properties endpoints #33

Closed
mdorf opened this issue Apr 20, 2017 · 0 comments
Closed
Assignees
Labels

Comments

@mdorf
Copy link
Member

mdorf commented Apr 20, 2017

Currently, the API documentation generator maps the name of the controller (properties_controller.rb) to the original class that represents it. In this case, the class name becomes "LinkedData::Models::Property", which does not exist.

In fact, there is no one-to-one mapping for properties. Each property type is represented by its own class:

LinkedData::Models::ObjectProperty
LinkedData::Models::DatatypeProperty
LinkedData::Models::AnnotationProperty

Because the one-to-one mapping is absent, the documentation is not generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant