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

Add Subject endpoints #12

Merged
merged 1 commit into from
Mar 25, 2022
Merged

Add Subject endpoints #12

merged 1 commit into from
Mar 25, 2022

Conversation

xaviRodri
Copy link
Contributor

The Subject endpoints return info about the Books' subjects as well as the Books belonging to them.

Added functions:

  • get/1 - returns details about a subject and Books belonging to it
  • search/1 - returns a list of Subjects matching the given query (can be paginated)

@xaviRodri xaviRodri added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 25, 2022
@xaviRodri xaviRodri self-assigned this Mar 25, 2022
lib/subject.ex Outdated Show resolved Hide resolved
The Subject endpoints return info about the Books' subjects as well as the Books belonging to them.

Added functions:

* `get/1` - returns details about a subject and Books belonging to it
* `search/1` - returns a list of Subjects matching the given query (can be paginated)
@xaviRodri xaviRodri merged commit 93f44ef into main Mar 25, 2022
Copy link
Contributor

@GuillemAcero GuillemAcero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go go!

@xaviRodri xaviRodri deleted the feature/subject-endpoints branch March 25, 2022 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants