42api-client

1.0.5 • Public • Published

42api-client

About The Project

This project is a 42api client wrapper api. It will allow you to interface 42API easily in your future applications. The 42api client is written in nodeJS so will be compatible on backend side but also in front end side.

Built With

  • Nodejs
  • Axios
  • dotenv
  • eslint

(back to top)

Getting Started

To install the 42api-client in your project this is very easy, you can do it through NPM or download the library and put it on your project modules.

Installation

  1. Install the paquet npm install 42api-client
  2. Configure your env with the necessary variables as following
  CLIENT_ID=GET_YOURS_FROM_INTRA
  CLIENT_SECRET=GET_YOURS_FROM_INTRA
  ENDPOINT_API=https://api.intra.42.fr/v2
  SCOPES_API=profile public projects elearning tig forum
  SLEEP_TIME=330
  1. Invoke the module as following: const IntraClient = require('42api-client');
  2. TADAM :D

(back to top)

Usage

To give you an idea about how to use the library you can check the examples folder or the following example:

const payload = {
    'filter[campus_id]': 40,
    sort: 'begin_at',
  };
  const res = await ic.get('exams', {}, payload);
  console.log(res.data);

Roadmap

  • [] Use retry variable instead of sleep
  • [] Improve error handling
  • [] ???

If you have any suggestion, please open an issue on the offical repository.

(back to top)

License

Distributed under the MIT License.

Contact

Salim Aouas (@Signal) - signal@42madrid.com

(back to top)

Readme

Keywords

none

Package Sidebar

Install

npm i 42api-client

Weekly Downloads

8

Version

1.0.5

License

ISC

Unpacked Size

9.62 kB

Total Files

5

Last publish

Collaborators

  • saouas