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

Publications data model #72

Open
Levi-Lesches opened this issue May 3, 2021 · 0 comments
Open

Publications data model #72

Levi-Lesches opened this issue May 3, 2021 · 0 comments
Assignees
Labels
New feature This issue may not have complete information

Comments

@Levi-Lesches
Copy link
Member

  • List<Publication> publications
  • List<Publication> search(String query)
  • List<String> getIssues(Publication publication)
  • String downloadIssue(String issueName)
  • Future<void> subscribeToPublication(Publication publication)
class PublicationsModel {
  List<Publication> publications;
}
@Levi-Lesches Levi-Lesches added the New feature This issue may not have complete information label May 3, 2021
@Levi-Lesches Levi-Lesches mentioned this issue May 3, 2021
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New feature This issue may not have complete information
Projects
None yet
Development

No branches or pull requests

2 participants