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 #73

Closed
mdorf opened this issue Apr 19, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@mdorf
Copy link
Member

mdorf commented Apr 19, 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.

@mdorf mdorf added the bug label Apr 19, 2017
@mdorf mdorf self-assigned this Apr 19, 2017
@mdorf mdorf added this to the Apr 2017 Sprint milestone Apr 20, 2017
@mdorf
Copy link
Member Author

mdorf commented Apr 20, 2017

Moved to ncbo/ontologies_api#33

@mdorf mdorf closed this as completed Apr 20, 2017
@mdorf mdorf removed the in progress label Apr 20, 2017
syphax-bouazzouni referenced this issue in lifewatch-eric/ontologies_linked_data Jul 8, 2023
…uage-to-context

Feature/add request language to context
galviset referenced this issue in EarthPortal/ontologies_linked_data Mar 14, 2024
…n (#96)

* fix  json serializer nil exception (#79)

if hash was missing @context key the json serializer throwed a nil exception

* Merge pull request #87 from ontoportal-lirmm/fix/achived-submission-space-optimization

Fix: Archived submission space optimization

* Merge pull request #71 from ontoportal-lirmm/feature/support-multilingual-read-one-language-from-request-parameter

Feature: Support multilingual - Add read one language from request parameter tests

* Merge pull request #73 from ontoportal-lirmm/feature/add-request-language-to-context

Feature/add request language to context

* fix  json serializer nil exception (#79)

if hash was missing @context key the json serializer throwed a nil exception

* Merge pull request #83 from ontoportal-lirmm/feature/add-request-language-to-context

Feature: add request language to context follow up

* Merge pull request #93 from ontoportal-lirmm/support-multi-lang-part-02

Feature: Add request all languages unit test

* Merge pull request #94 from ontoportal-lirmm/feature/support-multi-langual-search

Feature: Support multilangual search

---------

Co-authored-by: Raimi Solorzano Niederhausen <44089477+RaimiSol@users.noreply.github.com>
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