Skip to content
View gerald-magno's full-sized avatar
Block or Report

Block or report gerald-magno

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SPFX - sample paging in sharepoint r... SPFX - sample paging in sharepoint rest calls using $skiptoken
    1
    import { SPHttpClient, SPHttpClientResponse } from '@microsoft/sp-http';  
    2
    import { ICountryProjectsDataService } from "../ICountryProjectsDataService";
    3
    import { ICountryProjects, IUser } from '../../../models';
    4
    
                  
    5
    
                  
  2. Microsoft-Graph-ASPNET-Webhooks Microsoft-Graph-ASPNET-Webhooks Public

    Forked from microsoftgraph/aspnet-webhooks-rest-sample

    Webhooks in Microsoft Graph to notify your web application about changes in user data specifically messages by creating webhook subscription to get notified about changes in Office 365 messages.

    JavaScript 1

  3. Powershell functions and parameters ... Powershell functions and parameters validation
    1
    #Specify tenant admin and site URL
    2
    $adminUrl = "https://<tenant>-admin.sharepoint.com/"
    3
    $siteUrl = "https://<tenant>.sharepoint.com/"
    4
    
                  
    5
    #Use Credential Manager module
  4. PnP PnP Public

    Forked from pnp/PnP

    Office365 Developer Patterns and Practices

    C#

  5. sp-dev-fx-extensions sp-dev-fx-extensions Public

    Forked from pnp/sp-dev-fx-extensions

    Code samples and developer content targeted towards SharePoint Framework client-side extensions. http://dev.office.com/sharepoint

    TypeScript