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

Updates Fetch Online Data Example for Readability & Adds JavaDoc Comments #6

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 25, 2024

  1. Creates docs for class consistent with other examples

    adds a list to seperate out each use-case
    
    adds throws and author
    horaciovelvetine committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a2e0aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14fb284 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. simplify docs explainer, and adds helpers with javadocs for fetching …

    …single and multiple entities
    horaciovelvetine committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    67fc5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c2abb View commit details
    Browse the repository at this point in the history
  3. finalizes method reconstruction inits with javadoc inits

    opted to use the Qid search to be singular with hints of getting plural resutls
    
    opted to use the byTitle section to example getting with multiple titles to search and hints of getting singular results
    horaciovelvetine committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fd56d93 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    48aac0e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. implements intended final changes

    - adds optional o/p to maintain minimum change to original functionality
    - tighten up language for kind of Ent returned with the search functionality
    - prints the results of the search func to its own file
    horaciovelvetine committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1b5517a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    1ec9d64 View commit details
    Browse the repository at this point in the history
  2. remove ref

    horaciovelvetine committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7c2b727 View commit details
    Browse the repository at this point in the history
  3. Adds helpful functionality exploitng helpers to write results to a lo…

    …cal file for local examination
    horaciovelvetine committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9e9b56d View commit details
    Browse the repository at this point in the history