BaseballSharp 0.1.2-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.2-alpha
NuGet\Install-Package BaseballSharp -Version 0.1.2-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.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BaseballSharp --version 0.1.2-alpha
#r "nuget: BaseballSharp, 0.1.2-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.
// Install BaseballSharp as a Cake Addin
#addin nuget:?package=BaseballSharp&version=0.1.2-alpha&prerelease

// Install BaseballSharp as a Cake Tool
#tool nuget:?package=BaseballSharp&version=0.1.2-alpha&prerelease

Documentation

Usage

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

using BaseballSharp;

Currently, the MlbApi class contains the endpoint functionality.

You can see examples of how to use the endpoint functions in the MLBSharpCli Program.cs file.

Endpoints

Endpoints are limited at the moment, but will be expanding as the library is in active development.

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. 
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.0 194 12/2/2023
0.1.9 303 12/31/2021
0.1.8 230 12/30/2021
0.1.7 296 7/12/2021
0.1.6-alpha 207 6/16/2021
0.1.5-alpha 239 5/31/2021
0.1.4-alpha 212 5/24/2021
0.1.3-alpha 342 5/22/2021
0.1.2-alpha 214 5/19/2021