Skip to content

Instantly share code, notes, and snippets.

View sugimomoto's full-sized avatar

Kazuya Sugimoto sugimomoto

View GitHub Profile
@sugimomoto
sugimomoto / gist:33953782c227712a838adc81203c2c20
Last active May 26, 2019 12:28
CData JJUG 2019 Spring 参考資料
# Event
JJUG CCC 2019 Spring
2019年05月18日(土)
http://www.java-users.jp/ccc2019spring/#/
# Session
Java クライント実装におけるAPIスタイル頂上決戦! 野良REST vs GraphQL vs OData vs OpenAPI (Swagger)
@sugimomoto
sugimomoto / decode2019_NW04.markdown
Last active June 21, 2019 08:51
de:code 2019 Session Information MW04 誰のための API? Azure デベロッパーにもエンド ユーザーにも嬉しい API エコシステム活用アプローチ

Session Information

セッションID:MW04

セッションタイトル:誰のための API? Azure デベロッパーにもエンド ユーザーにも嬉しい API エコシステム活用アプローチ

日時:DAY2 ( 5 月 30 日 ) 16:10 - 17:00

部屋:Room G

@sugimomoto
sugimomoto / powerbi_customer360.markdown
Last active June 22, 2019 03:55
Power BI で Customer 360 / #PowerBI #PBIJP 勉強会 @ 東京 #13
@sugimomoto
sugimomoto / smaregimeetupcdata.markdown
Last active October 27, 2019 08:09
Poewr BI からリアルタイム・ダイレクトにスマレジAPIデータをクエリしてビジュアライズする方法 #smaregi_talk
@sugimomoto
sugimomoto / DapperSample.SQLServer.cs
Created November 20, 2019 04:21
DapperSample.SQLServer.cs
using System;
using System.Data.SqlClient;
using System.Linq;
using Dapper;
namespace DapperSample.SQLServer
{
class Program
{
static void Main(string[] args)
@sugimomoto
sugimomoto / DapperSample.CDataDriverSansan.cs
Created November 20, 2019 04:33
DapperSample.CDataDriverSansan.cs
using Dapper;
using System;
using System.Data.CData.Sansan;
using System.Linq;
namespace DapperSample.CDataDriverSansan
{
class Program
{
static void Main(string[] args)
@sugimomoto
sugimomoto / office365graphapi.markdown
Last active November 22, 2019 17:24
Office365 Graph で2種類のアクセス許可の仕様にハマった話 #o365jp
@sugimomoto
sugimomoto / BlazorCDataKintoneDriverSample.razor
Last active November 29, 2019 10:27
Blazor CDataKintone ADO.NET Provider Sample
@page "/"
@using System.Data;
@using System.Data.CData.Kintone;
<h1>Hello, world!</h1>
Welcome to your new app.
<div class="row">
<div class="col-12">
@sugimomoto
sugimomoto / PowerPlatformDayWinter.markdown
Last active December 9, 2019 01:32
そのデータは正しいか? インタラクションで自然にデータを貯める Dynamics 365 CRM + PowerPlatformによるテックタッチの手法

Session Title

そのデータは正しいか? インタラクションで自然にデータを貯める Dynamics 365 CRM + PowerPlatformによるテックタッチの手法

Event Info

Power Platform Day Winter '19 https://power-platform.connpass.com/event/149834/

@sugimomoto
sugimomoto / kitnoneCustomerAPI.raml
Last active December 9, 2019 11:45
kintone customer API
#%RAML 1.0
title: Sample Customer API
version: v1.0
baseUri: http://samplecustomer.us-w1.cloudhub.io/api
securitySchemes:
basic:
description: |
This API supports Basic Authentication.
type: Basic Authentication