Skip to content

Golang package that fetch informations from the epitech intranet with the autolink

License

Notifications You must be signed in to change notification settings

lbrulet/EpitechFetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPITECHFETCHER

Description

EpitechFetcher is a golang library that fetch the user informations with his autologin

Installation

Use the package manager go get to install EpitechFetcher.

go get -v github.com/lbrulet/EpitechFetcher

Usage

package main

import (
	"fmt"

	"github.com/lbrulet/EpitechFetcher"
)

func main() {
	if user, notes, err := EpitechFetcher.Link("auth-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "luc.brulet@epitech.eu"); err != nil {
		fmt.Println(err)
	} else {
		fmt.Println(user, notes)
	}
}

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

MIT

About

Golang package that fetch informations from the epitech intranet with the autolink

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages