BaseballSharp 0.1.4-alpha

This is a prerelease version of BaseballSharp.
There is a newer version of this package available.
See the version list below for details.
dotnet add package BaseballSharp --version 0.1.4-alpha
                    
NuGet\Install-Package BaseballSharp -Version 0.1.4-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BaseballSharp" Version="0.1.4-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BaseballSharp" Version="0.1.4-alpha" />
                    
Directory.Packages.props
<PackageReference Include="BaseballSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BaseballSharp --version 0.1.4-alpha
                    
#r "nuget: BaseballSharp, 0.1.4-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=BaseballSharp&version=0.1.4-alpha&prerelease
                    
Install BaseballSharp as a Cake Addin
#tool nuget:?package=BaseballSharp&version=0.1.4-alpha&prerelease
                    
Install BaseballSharp as a Cake Tool

Getting Started

Usage

Clone the repository or install from Nuget. Next, import Baseball Sharp into your project with:

using BaseballSharp;

Endpoints

Endpoints include (but are not limited to) the following:

Schedule(string date)

Returns a list<Schedule> of containing games played on the specified date. Dates should be specified in mm/DD/yyyy format. Note: This endpoint is still being worked with plans to obtain game ids and other endpoints.

The list contains:

  • HomeTeam
  • AwayTeam
  • BallPark
  • Scheduled innings: The number of scheduled innings for the game.

PitchingReports(string date)

Returns a list<PitchingReport> containing the following information for a specified date (mm/DD/yyyy format):

  • HomeTeam
  • HomeProbablePitcherName
  • HomeProbablePitcherId
  • HomeProbablePitcherNotes
  • AwayTeam
  • AwayProbablePitcherName
  • AwayProbablePitcherNotes
  • AwayProbablePitcherId

TeamData()

Returns a list<Team> of all teams in the league. Contains the following information:

  • FullName - Full team name, eg: "Toronto Blue Jays"
  • Name - Team name, eg: "Blue Jays"
  • Location
  • Id
  • LeagueName
  • Division Name
  • DivisionId
  • Abbreviation
  • VenueName
  • VenueId
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.1 207 6/4/2024
0.2.0 259 12/2/2023
0.1.9 360 12/31/2021
0.1.8 278 12/30/2021
0.1.7 355 7/12/2021
0.1.6-alpha 261 6/16/2021
0.1.5-alpha 283 5/31/2021
0.1.4-alpha 256 5/24/2021
0.1.3-alpha 388 5/22/2021
0.1.2-alpha 255 5/19/2021