Skip to content

squesportz/swimtimes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwimTimes API

API access to the SwimTimes system.

Requirements

Installation

The file under examples can be used for easy installation. Make sure you add the required Username and Password (the one you requested in the links above)!

define("USERNAME", "<<<Your username>>>");		// Username for API
define("PASSWORD", "<<<Your password>>>");		// Password for API
define("TEAM", "<<<Your team>>>");	            // Nation.clubcode or Unique ID
define("ACTIVE", "true");		                // Select only active swimmers

License

MIT http://noodlehaus.mit-license.org

Releases

No releases published

Packages

No packages published

Languages