Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Doug Bunting e79fd8a8d7 Smaller removals and updates to focus this repo on ASP.NET WebHooks
- update all references to WebHooks.sln then remove that file
- update README.md and change version to 1.3.0-preview1
2018-01-19 16:09:36 -08:00
Doug Bunting d03e1d1bda Update to newer tooling
- move to MSBuild v15.0
- move to StyleCop.MSBuild v5.0.0
  - stable release that supports C#6, not just `nameof(...)`
- move test output path beside, rather than under, regular output path
  - workaround NuGet/Home#6001
  - `\$(Configuration)\Test` -> `\Test\$(Configuration)`
  - quiets builds down significantly
- add AppVeyor configuration and status badge
- disable Travis builds for now
- ignore launchSettings.json files
2017-10-09 12:38:47 -07:00
Henrik Frystyk Nielsen b10c5b1d8d Changed to consistent use of nameof(...) 2016-07-11 20:39:45 -07:00
Henrik Frystyk Nielsen 7ce1ac9634 Removed initial Instagram client used to subscribe and unsubscribe from Instagram and instead use the popular Instasharp client from 'http://instasharp.org/'.
To just receive WebHooks, there are no dependencies on Instasharp, but it is great tool for subscribing or unsubscribing from Instagram WebHooks as well as for receiving media posted etc.
2016-03-26 10:04:36 -07:00
Henrik Frystyk Nielsen 5d77386192 Updated Instagram receiver to new model provided by Instagram. This means that geo- and tag-based subscriptions no longer work. Only user-based subscriptions which again mean that we must have an OAuth token in order to actually receive the media posted.
Updated Instagram receiver sample to reflect this: It now supports oauth authentication for a user to log in and to consent an Instagram Application. Once that is done, it is possible to receive notifications,
2016-03-25 11:55:49 -07:00
Brian Weeteling 603c3b1505 Add Stripe Sample Project
Add MS_WebHookStripeInTestMode to execute custom StripeWebHookHandlers for test events ('evt_00000000000000')
Add StripeEvent and StripeEventData classes
2016-01-27 16:21:43 -08:00
Henrik Frystyk Nielsen 62cabb1409 Addressed issue #35 making it easier to find the names of the receivers. 2016-01-13 14:51:10 -08:00
Henrik Frystyk Nielsen f888e59d85 Tweaked concurrency settings for tests to help CI machine. 2015-11-29 08:38:36 -08:00
Henrik Frystyk Nielsen 19bc11bad7 Updated Instagram receiver with some bug fixes and also added additional types for dealing with entries. In addition added Instagram sample project illustrating how to receive WebHooks from Instagram. 2015-10-18 15:19:33 -07:00
Henrik Frystyk Nielsen 85262f6344 Updated test settings to match inter-dependencies. 2015-09-26 12:32:31 -07:00
Henrik Frystyk Nielsen c7f260fa71 Added support for receiving WebHooks from Instagram. This includes support for subscribing against the Instagram subscription API and for retrieving media information based on information received in a WebHook. 2015-09-20 13:25:20 -07:00