セッションID:MW04
セッションタイトル:誰のための API? Azure デベロッパーにもエンド ユーザーにも嬉しい API エコシステム活用アプローチ
日時:DAY2 ( 5 月 30 日 ) 16:10 - 17:00
部屋:Room G
| # 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) |
Power BI で Customer 360
ハッシュタグ #PowerBI #PBIJP
Poewr BI からリアルタイム・ダイレクトにスマレジAPIデータをクエリしてビジュアライズする方法
【大阪・本町】smaregi tech talk #1 【Web API】
2019/10/24(木)
| using System; | |
| using System.Data.SqlClient; | |
| using System.Linq; | |
| using Dapper; | |
| namespace DapperSample.SQLServer | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) |
| using Dapper; | |
| using System; | |
| using System.Data.CData.Sansan; | |
| using System.Linq; | |
| namespace DapperSample.CDataDriverSansan | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) |
Office365 Graph で2種類のアクセス許可の仕様にハマった話
| @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"> |
そのデータは正しいか? インタラクションで自然にデータを貯める Dynamics 365 CRM + PowerPlatformによるテックタッチの手法
Power Platform Day Winter '19 https://power-platform.connpass.com/event/149834/
| #%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 |