retrieve github data through haskell functions
Haskell
Permalink
Failed to load latest commit information.
carview.php?tsp= GitHub
carview.php?tsp= GitHubGeneral.hs user functionnalities first implementation Sep 13, 2011
carview.php?tsp= GitHubRepos.hs user API completed, repo API started Oct 9, 2011
carview.php?tsp= GitHubUsers.hs user functionnalities first implementation Sep 13, 2011
carview.php?tsp= JsonParsing.hs
carview.php?tsp= README user functionnalities first implementation Sep 13, 2011

README

Requires
- regex-tdfa 
Implements the GitHub API v3.
The API library has been created mainly for retrieval purposes. Functionnalities for user profile manipulation aren't in development yet.
NOT YET IMPLEMENTED :
-- USERS
----  EMAILS
------ (POST) Add email address(es)
------ (DELETE) Delete email address(es)
----  FOLLOWERS
------ (PUT) Follow a user
------ (DELETE) Unfollow a user
----  KEYS
------ (POST) Create a public key
------ (PATCH) Update a public key
------ (DELETE) Delete a public key