mdryden.cflapi.v1 2.1.25.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package mdryden.cflapi.v1 --version 2.1.25.1
NuGet\Install-Package mdryden.cflapi.v1 -Version 2.1.25.1
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="mdryden.cflapi.v1" Version="2.1.25.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add mdryden.cflapi.v1 --version 2.1.25.1
#r "nuget: mdryden.cflapi.v1, 2.1.25.1"
#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 mdryden.cflapi.v1 as a Cake Addin
#addin nuget:?package=mdryden.cflapi.v1&version=2.1.25.1

// Install mdryden.cflapi.v1 as a Cake Tool
#tool nuget:?package=mdryden.cflapi.v1&version=2.1.25.1

cfl-api.net

.Net Implementation of the Canadian Football League (CFL) public API.

For information on the underlying API, see http://api.cfl.ca/docs

GitHub

https://github.com/pudds/cfl-api.net

Requirements

  • A CFL API key is required for all requests. See CFL documentation for details on obtaining a key.

Versioning

  • The minor and build digits of the version number for this project will match with the version number of the CFL API it fully supports. See the release notes at http://api.cfl.ca/release-notes to determine which features are available.
  • The first digit of the version number represents the major version within this project. It will only be incremented when the library API is updated with a breaking change.
  • The last digit represents a revision, and will usually be 1 unless a bug fix has been released.

Reporting issues

Feel free to report any issues you find on the GitHub issue tracker (https://github.com/pudds/cfl-api.net/issues). Comments are also welcome.

When reporting issues, please ensure you have verified the underlying API call is returning the data you expect. For all API client classes, the LastRequestUrl will be populated with the actual api url which was created. You can paste this url into a browser or view the LastResponse property to see what the API returned.

Please include the value of the LastRequestUrl in any bug reports if applicable.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on mdryden.cflapi.v1:

Package Downloads
mdryden.cflapi.v1.EntityFramework

Entity Framework helpers for cfl-api.Net

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.25.1 1,365 12/10/2017
2.1.29.2 762 10/14/2018
2.1.25.2 906 11/14/2017
2.1.25.1 957 11/14/2017
1.7.0 946 5/11/2017
1.2.1 958 5/9/2017
1.2.0 952 5/9/2017
0.3.0 1,272 5/19/2016
0.2.0 1,010 5/18/2016
0.1.0 1,007 5/13/2016

Initial version 2 release, with new endpoint design and semantic versioning.