Skip to content

Instantly share code, notes, and snippets.

View ibakshay's full-sized avatar

Akshay Iyyadurai Balasundaram ibakshay

  • St Leon-Rot
  • 21:26 (UTC +02:00)
View GitHub Profile
@ibakshay
ibakshay / github-go-pagination.go
Last active April 6, 2024 17:53
GitHub Go Client for listing repositories in an org with pagination
package main
import (
"context"
"fmt"
"github.com/google/go-github/v61/github"
)
func main() {
@ibakshay
ibakshay / axios.ts
Last active January 11, 2023 22:33
Axios configuration at class level
import axios, { AxiosRequestConfig, Method } from 'axios';
import { AxiosInstance } from 'axios/index';
export class CumulusApiClient {
private axios: AxiosInstance;
constructor(private readonly apiUrl: string) {
this.axios = axios.create();
}
async makeRequest<T>(verb: Method, body: T) {
❌ Closed PR #1 in ibakshay/ibakshayportfolio
💪 Opened PR #1 in ibakshay/ibakshayportfolio
💪 Opened PR #169 in ibakshay/test-github-action-cla
🗣 Commented on #168 in ibakshay/test-github-action-cla
💪 Opened PR #168 in ibakshay/test-github-action-cla
Use \"Quotes\"
By Akshay....
### SAP Individual Contributor License Agreement.
Thank you for your interest in contributing to open source software projects (“Projects”) made available by SAP SE or its affiliates (“SAP”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to SAP in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@sap.com.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
**Copyright License.** You hereby grant, and agree to grant, to SAP a non-exclusive, perpetual, irrevocable, worldw
CLA Assistant Test.......
@ibakshay
ibakshay / CLA_Test
Last active January 30, 2020 12:20
### SAP Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by SAP SE or its affiliates (“SAP”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to SAP in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@sap.com.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
**Copyright License.** You hereby grant, and agree to grant, to SAP a non-exclusive, perpetual, irrevocable, worldwi