Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Simplexity-Development/SimplePrefixes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Simplexity-Development/SimplePrefixes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: livestream
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 1, 2023

  1. Platform Enum, Save/Load

    Added a Platform Enum containing URL with placeholder and associated prefix.
    
    Created HTTPHandler, currently empty.
    
    SaveHandler now supports get and set LivestreamId.
    - PDC is currently unsupported and returns null.
    - YMLFile now saves and loads the livestream ID.
    Peashooter101 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    528eccf View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Testing Twitch HTTP Connections

    Worked on this for a while, but could not commit earlier cause API Keys and what not.
    
    Seems to work, need to perform other GET requests in order to obtain streaming information as well as subscribe to a stream when a player logs in and unsubscribe when a player logs out.
    Peashooter101 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0f6c0c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Config and small edit

    Pushing a small thing up.
    Peashooter101 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b5854d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Manual → Twitch4J

    Honestly, I will handle YouTube manually since there is not a YouTube4J. Discovered Twitch4J and would rather use that if I can.
    
    Got rid of test since yknow... Those were not unit tests.
    Peashooter101 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e484eff View commit details
    Browse the repository at this point in the history
Loading