This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jforsell
added a commit
that referenced
this pull request
Sep 6, 2016
* New APIs. * New session management to support app sessions (breaking change). * Improved datafeed error handling. * MessageML to plain text parsing. * And more... Squashed commit of the following: commit 880137e Author: Johan Forsell <[email protected]> Date: Tue Sep 6 10:04:40 2016 +0100 Release v0.3 in README. commit 9efa961 Merge: 8ad3956 57448fb Author: jforsell <[email protected]> Date: Mon Sep 5 17:24:51 2016 +0100 Merge pull request #20 from maoo/develop Update .travis.yml commit 57448fb Author: Maurizio Pillitu <[email protected]> Date: Fri Sep 2 15:29:01 2016 +0200 Update .travis.yml fixed typo, issue #20 commit 8ad3956 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:30:06 2016 +0200 Update README.md fixed versioneye badge image commit dd005c7 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:29:20 2016 +0200 Update README.md Added versioneye badge commit 65c8859 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:23:39 2016 +0200 Update .travis.yml using release-to-nuget.sh to automate release on nuget.org commit 5c5f0d8 Author: Johan Forsell <[email protected]> Date: Thu Aug 18 12:22:12 2016 +0100 Rename SessionManager to UserSessionManager as there is now an AppSessionManager (breaking change). commit 7a55c9b Merge: 1f348e1 82a529b Author: jforsell <[email protected]> Date: Thu Aug 18 10:59:57 2016 +0100 Merge pull request #16 from malaysf/develop Update to use the new application authentication APIs commit 82a529b Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:04:33 2016 -0700 updated code to use the new app authentication apis commit 3be4c82 Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:01:13 2016 -0700 new generated files commit 06db25e Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:00:18 2016 -0700 new yaml files commit 1cb9ff1 Author: Malay Shah <[email protected]> Date: Wed Aug 17 17:59:55 2016 -0700 delete the old yaml files commit 1f348e1 Author: Johan Forsell <[email protected]> Date: Tue Aug 2 14:09:28 2016 +0100 Add Listening property to DatafeedApi and FirehoseApi. commit 8dd8ebd Merge: 967bbfc e130118 Author: jforsell <[email protected]> Date: Mon Aug 1 16:54:36 2016 +0100 Merge pull request #15 from jpfigueiras/develop Added support for a continous feed of connection request updates. commit e130118 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:50:36 2016 +0100 Added proj file and changed field to ave leading "_". commit 6ef39f8 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:19:36 2016 +0100 Added support for a continous feed of connection request updates. commit 967bbfc Author: Johan Forsell <[email protected]> Date: Fri Jul 29 17:06:48 2016 +0100 Move using inside namespace. commit 41a0f6c Author: Johan Forsell <[email protected]> Date: Tue Jul 26 15:55:34 2016 +0100 Make UploadAttachment using stream public. commit 1f636fb Author: Johan Forsell <[email protected]> Date: Tue Jul 12 14:01:19 2016 +0100 Add factory method to create ConnectionApi. commit bb0ace3 Author: Johan Forsell <[email protected]> Date: Tue Jul 12 13:35:10 2016 +0100 Add ConnectionApi. commit d89f60b Author: Johan Forsell <[email protected]> Date: Tue Jul 12 12:09:58 2016 +0100 Add 1.40.0-20160711 version of the Swagger spec, including the generated code. commit 87c8327 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 14:01:33 2016 +0100 Break out common functionality of DatafeedApi and FirehoseApi into a superclass. commit 871690b Merge: 8227db0 8dbd25c Author: jforsell <[email protected]> Date: Wed Jul 6 10:12:03 2016 +0100 Merge pull request #11 from jforsell/firehose_api Firehose API commit 8227db0 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 10:09:34 2016 +0100 Need to cast to V2Message when logging. commit 0c17dae Author: Johan Forsell <[email protected]> Date: Wed Jul 6 09:35:53 2016 +0100 Adding some verbose logging. commit 8dbd25c Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:26:41 2016 +0100 Add FirehoseApi. commit 5c9f00f Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:10:35 2016 +0100 Refactoring datafeed loop. commit 740e9a8 Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:03:18 2016 +0100 Add back to normal logging message in data feed. commit 123eb5f Author: Johan Forsell <[email protected]> Date: Tue Jun 28 16:19:45 2016 +0100 Use trace source SymphonyOSS.RestApiClient, and retry on datafeed read error. commit cfec4f1 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 14:40:02 2016 +0100 Add line break method to the message builder. commit a4feb49 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:28:42 2016 +0100 Upping version to 0.3. commit a1824c7 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:27:32 2016 +0100 Add method to construct a UserApi instance. commit e4fe6ce Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:45:43 2016 +0100 Updating README. commit f928fc8 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:40:07 2016 +0100 Adding licence headers to two unit tests files that were missing them. commit 131e2bb Merge: db24aa2 65c57b4 Author: jforsell <[email protected]> Date: Tue Jun 28 10:35:47 2016 +0100 Merge pull request #10 from jforsell/develop Adding plain text parsing of messageML. commit 65c57b4 Merge: f39cf3c db24aa2 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:31:42 2016 +0100 Merge branch 'develop' of https://github.com/symphonyoss/RestApiClient into develop commit db24aa2 Merge: 809cbe5 d14fd7a Author: jforsell <[email protected]> Date: Tue Jun 28 10:31:26 2016 +0100 Merge pull request #9 from jforsell/user_api Add UserApi. commit f39cf3c Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:28:39 2016 +0100 Adding plain text parsing of messageML. commit 809cbe5 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:34:13 2016 +0100 Fixing UtilApi and RoomMembershipApi tests. commit d14fd7a Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:27:59 2016 +0100 Add UserApi. commit 575cb79 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 11:16:42 2016 +0100 Adding README to solution. commit ef8221f Merge: e4a6347 839903b Author: jforsell <[email protected]> Date: Tue Jun 21 09:50:11 2016 +0100 Merge pull request #8 from jpfigueiras/develop Added RoomMembershipApi. commit 839903b Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:28:45 2016 +0100 Changed long to var in test class. commit 388086a Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:13:44 2016 +0100 Made user id required for methods inside RoomMembershipApi. commit 65443d4 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 17:09:09 2016 +0100 Fix issue with namespace. commit e4a6347 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 17:02:18 2016 +0100 Adding downloading attachment to example. commit 28f6e91 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:59:19 2016 +0100 Updating project file. commit 5090edb Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:53:24 2016 +0100 Decode downloaded base64 attachment. commit 113c959 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:52:21 2016 +0100 Don't throw exception if registering same type twice. commit 623b83c Merge: 1a1a88f 7d596cd Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:53 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 1a1a88f Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:43 2016 +0100 Added RoomMembershipApi and corresponding tests. Also added some some high level comments to other apis. commit 7d596cd Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:11:44 2016 +0100 Adding SecurityApi tests, and renaming a couple of SecurityApi methods for clarity. commit 1f4b011 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:48:56 2016 +0100 Registering V2Message for custom deserialization. commit 384547b Merge: c1e22be d54af34 Author: jforsell <[email protected]> Date: Mon Jun 20 15:35:22 2016 +0100 Merge pull request #5 from jpfigueiras/develop Updating some api methods version V1, to the corresponding V2 methods. commit c1e22be Merge: a3cbb1e 9ae4fb7 Author: jforsell <[email protected]> Date: Mon Jun 20 15:33:50 2016 +0100 Merge pull request #7 from jforsell/json-subtypes SecurityApi and Json subtypes commit 9ae4fb7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:27:50 2016 +0100 Adding unit test class for json work. commit b43682e Merge: 4c0aed7 a3cbb1e Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:20:28 2016 +0100 Merge remote-tracking branch 'upstream/develop' into json-subtypes commit 4c0aed7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:15:51 2016 +0100 Support for polymorphism (V2BaseMessage and V2Message) using new Json attributes. commit d54af34 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:23:41 2016 +0100 Adding project file with new UtilApi. commit 08da891 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:11:51 2016 +0100 Added UtilApi. commit e709665 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 16:10:33 2016 +0100 Fixed tests using new V2 class types. V2Message has as base class V2BaseMessage but they are not sharing common properties at moment, this is duplicated across both classes. So when creating a V2Message, the base message properties that are common will be null and the message needs to be treated explicitly as a V2Message to access them. commit 6adab42 Merge: 041d82f a3cbb1e Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:49:01 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 041d82f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:44:56 2016 +0100 Fixed some class types for V2, and added test for new method SearchRoom. commit 2cac95f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 11:51:01 2016 +0100 Updating some api methods version V1, to the corresponding V2 methods. commit a3cbb1e Merge: fbdbd2a e568ee4 Author: jpfigueiras <[email protected]> Date: Fri Jun 17 11:43:39 2016 +0100 Merge pull request #4 from jforsell/unit_test_project Changing type of test project to unit test project. commit e568ee4 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f638e52 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f0c5ef2 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:02:38 2016 +0100 Fixing misnaming commit fbdbd2a Merge: 91d2928 ae70254 Author: jforsell <[email protected]> Date: Fri Jun 17 10:09:35 2016 +0100 Merge pull request #3 from jpfigueiras/develop Making use of the several apis instead of using concrete types. commit f514750 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 10:05:33 2016 +0100 Adding SecurityApi (need to clean up methods). commit ae70254 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 09:47:00 2016 +0100 Making use of the several apis instead of using concrete types. commit 91d2928 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:56:54 2016 +0100 Adding scripts to solution. commit a774eb5 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:21:59 2016 +0100 Updating NOTICE to mention files that do not have license headers. commit fc3beae Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:14:01 2016 +0100 Adding license to package.bat. commit d560d72 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:09:45 2016 +0100 New script for prepending the license to generated .CS files. Ran the script once. commit 9857594 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 10:04:36 2016 +0100 Adding licence header to two files that were missing it - see #1 commit d6e2423 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 09:14:20 2016 +0100 As a workaround for not currently being able to add attachments as streams (see restsharp/RestSharp#70 ) - the attachment is added as a byte array. commit 3842338 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:51:56 2016 +0100 Updating README for v0.2. commit 7bff7ed Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:45:26 2016 +0100 Adding factory method to construct AttachmentsApi. commit bd189a7 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:08:13 2016 +0100 Fixing name of test assembly (renaming from AgentApiClient to RestApiClient). commit f7b2720 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:05:14 2016 +0100 AttachmentsApi for uploading/downloading attachments. commit 758be0c Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:55:13 2016 +0100 Use V2 method for posting messages as it supports attachments (breaking change). commit 054240d Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:53:26 2016 +0100 Setting version number to 0.2.0.
jforsell
added a commit
that referenced
this pull request
Sep 19, 2016
* Support for on-behalf-of operations, * Method to get user details by user ID, * Small fixes. Squashed commit of the following: commit 779ef14 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:31:24 2016 +0100 v0.3.1 in README commit c2bc7f7 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:11:16 2016 +0100 Add method to get user details by user ID. commit 2413bbe Author: Johan Forsell <[email protected]> Date: Fri Sep 16 16:03:33 2016 +0100 Remove binaries from repo. commit deb8e0c Author: Johan Forsell <[email protected]> Date: Thu Sep 15 17:19:13 2016 +0100 OBO-enabled agentAPI together with S41 podAPI with new method to get stream info. commit 5c5e440 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:12:20 2016 +0100 Make CreateDatafeed and CreateFirehose methods public and introduce a method to listen using the datafeed/firehose ID. commit 8ff5e62 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:05:27 2016 +0100 Fix app session manager unit tests. commit 1e176ec Merge: 880137e cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:27:25 2016 +0100 Merge branch 'develop' into upstream-develop commit cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:21:36 2016 +0100 Fix OBO auth. commit 880137e Author: Johan Forsell <[email protected]> Date: Tue Sep 6 10:04:40 2016 +0100 Release v0.3 in README. commit 9efa961 Merge: 8ad3956 57448fb Author: jforsell <[email protected]> Date: Mon Sep 5 17:24:51 2016 +0100 Merge pull request #20 from maoo/develop Update .travis.yml commit 57448fb Author: Maurizio Pillitu <[email protected]> Date: Fri Sep 2 15:29:01 2016 +0200 Update .travis.yml fixed typo, issue #20 commit 8ad3956 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:30:06 2016 +0200 Update README.md fixed versioneye badge image commit dd005c7 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:29:20 2016 +0200 Update README.md Added versioneye badge commit 65c8859 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:23:39 2016 +0200 Update .travis.yml using release-to-nuget.sh to automate release on nuget.org commit 7cfef6d Author: Johan Forsell <[email protected]> Date: Fri Aug 19 15:20:22 2016 +0100 Add Visual Studio xunit runner, and tests for AppSessionManager. commit 996c0da Author: Johan Forsell <[email protected]> Date: Fri Aug 19 14:55:38 2016 +0100 Move back to V2StreamSidMessageCreatePost as V3StreamSidMessageCreatePost has not been released yet. commit 5c5f0d8 Author: Johan Forsell <[email protected]> Date: Thu Aug 18 12:22:12 2016 +0100 Rename SessionManager to UserSessionManager as there is now an AppSessionManager (breaking change). commit 7a55c9b Merge: 1f348e1 82a529b Author: jforsell <[email protected]> Date: Thu Aug 18 10:59:57 2016 +0100 Merge pull request #16 from malaysf/develop Update to use the new application authentication APIs commit 82a529b Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:04:33 2016 -0700 updated code to use the new app authentication apis commit 3be4c82 Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:01:13 2016 -0700 new generated files commit 06db25e Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:00:18 2016 -0700 new yaml files commit 1cb9ff1 Author: Malay Shah <[email protected]> Date: Wed Aug 17 17:59:55 2016 -0700 delete the old yaml files commit 1f348e1 Author: Johan Forsell <[email protected]> Date: Tue Aug 2 14:09:28 2016 +0100 Add Listening property to DatafeedApi and FirehoseApi. commit 8dd8ebd Merge: 967bbfc e130118 Author: jforsell <[email protected]> Date: Mon Aug 1 16:54:36 2016 +0100 Merge pull request #15 from jpfigueiras/develop Added support for a continous feed of connection request updates. commit e130118 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:50:36 2016 +0100 Added proj file and changed field to ave leading "_". commit 6ef39f8 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:19:36 2016 +0100 Added support for a continous feed of connection request updates. commit 967bbfc Author: Johan Forsell <[email protected]> Date: Fri Jul 29 17:06:48 2016 +0100 Move using inside namespace. commit 41a0f6c Author: Johan Forsell <[email protected]> Date: Tue Jul 26 15:55:34 2016 +0100 Make UploadAttachment using stream public. commit 1f636fb Author: Johan Forsell <[email protected]> Date: Tue Jul 12 14:01:19 2016 +0100 Add factory method to create ConnectionApi. commit bb0ace3 Author: Johan Forsell <[email protected]> Date: Tue Jul 12 13:35:10 2016 +0100 Add ConnectionApi. commit d89f60b Author: Johan Forsell <[email protected]> Date: Tue Jul 12 12:09:58 2016 +0100 Add 1.40.0-20160711 version of the Swagger spec, including the generated code. commit 87c8327 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 14:01:33 2016 +0100 Break out common functionality of DatafeedApi and FirehoseApi into a superclass. commit 871690b Merge: 8227db0 8dbd25c Author: jforsell <[email protected]> Date: Wed Jul 6 10:12:03 2016 +0100 Merge pull request #11 from jforsell/firehose_api Firehose API commit 8227db0 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 10:09:34 2016 +0100 Need to cast to V2Message when logging. commit 0c17dae Author: Johan Forsell <[email protected]> Date: Wed Jul 6 09:35:53 2016 +0100 Adding some verbose logging. commit 8dbd25c Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:26:41 2016 +0100 Add FirehoseApi. commit 5c9f00f Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:10:35 2016 +0100 Refactoring datafeed loop. commit 740e9a8 Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:03:18 2016 +0100 Add back to normal logging message in data feed. commit 123eb5f Author: Johan Forsell <[email protected]> Date: Tue Jun 28 16:19:45 2016 +0100 Use trace source SymphonyOSS.RestApiClient, and retry on datafeed read error. commit cfec4f1 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 14:40:02 2016 +0100 Add line break method to the message builder. commit a4feb49 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:28:42 2016 +0100 Upping version to 0.3. commit a1824c7 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:27:32 2016 +0100 Add method to construct a UserApi instance. commit e4fe6ce Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:45:43 2016 +0100 Updating README. commit f928fc8 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:40:07 2016 +0100 Adding licence headers to two unit tests files that were missing them. commit 131e2bb Merge: db24aa2 65c57b4 Author: jforsell <[email protected]> Date: Tue Jun 28 10:35:47 2016 +0100 Merge pull request #10 from jforsell/develop Adding plain text parsing of messageML. commit 65c57b4 Merge: f39cf3c db24aa2 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:31:42 2016 +0100 Merge branch 'develop' of https://github.com/symphonyoss/RestApiClient into develop commit db24aa2 Merge: 809cbe5 d14fd7a Author: jforsell <[email protected]> Date: Tue Jun 28 10:31:26 2016 +0100 Merge pull request #9 from jforsell/user_api Add UserApi. commit f39cf3c Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:28:39 2016 +0100 Adding plain text parsing of messageML. commit 809cbe5 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:34:13 2016 +0100 Fixing UtilApi and RoomMembershipApi tests. commit d14fd7a Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:27:59 2016 +0100 Add UserApi. commit 575cb79 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 11:16:42 2016 +0100 Adding README to solution. commit ef8221f Merge: e4a6347 839903b Author: jforsell <[email protected]> Date: Tue Jun 21 09:50:11 2016 +0100 Merge pull request #8 from jpfigueiras/develop Added RoomMembershipApi. commit 839903b Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:28:45 2016 +0100 Changed long to var in test class. commit 388086a Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:13:44 2016 +0100 Made user id required for methods inside RoomMembershipApi. commit 65443d4 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 17:09:09 2016 +0100 Fix issue with namespace. commit e4a6347 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 17:02:18 2016 +0100 Adding downloading attachment to example. commit 28f6e91 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:59:19 2016 +0100 Updating project file. commit 5090edb Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:53:24 2016 +0100 Decode downloaded base64 attachment. commit 113c959 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:52:21 2016 +0100 Don't throw exception if registering same type twice. commit 623b83c Merge: 1a1a88f 7d596cd Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:53 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 1a1a88f Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:43 2016 +0100 Added RoomMembershipApi and corresponding tests. Also added some some high level comments to other apis. commit 7d596cd Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:11:44 2016 +0100 Adding SecurityApi tests, and renaming a couple of SecurityApi methods for clarity. commit 1f4b011 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:48:56 2016 +0100 Registering V2Message for custom deserialization. commit 384547b Merge: c1e22be d54af34 Author: jforsell <[email protected]> Date: Mon Jun 20 15:35:22 2016 +0100 Merge pull request #5 from jpfigueiras/develop Updating some api methods version V1, to the corresponding V2 methods. commit c1e22be Merge: a3cbb1e 9ae4fb7 Author: jforsell <[email protected]> Date: Mon Jun 20 15:33:50 2016 +0100 Merge pull request #7 from jforsell/json-subtypes SecurityApi and Json subtypes commit 9ae4fb7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:27:50 2016 +0100 Adding unit test class for json work. commit b43682e Merge: 4c0aed7 a3cbb1e Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:20:28 2016 +0100 Merge remote-tracking branch 'upstream/develop' into json-subtypes commit 4c0aed7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:15:51 2016 +0100 Support for polymorphism (V2BaseMessage and V2Message) using new Json attributes. commit d54af34 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:23:41 2016 +0100 Adding project file with new UtilApi. commit 08da891 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:11:51 2016 +0100 Added UtilApi. commit e709665 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 16:10:33 2016 +0100 Fixed tests using new V2 class types. V2Message has as base class V2BaseMessage but they are not sharing common properties at moment, this is duplicated across both classes. So when creating a V2Message, the base message properties that are common will be null and the message needs to be treated explicitly as a V2Message to access them. commit 6adab42 Merge: 041d82f a3cbb1e Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:49:01 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 041d82f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:44:56 2016 +0100 Fixed some class types for V2, and added test for new method SearchRoom. commit 2cac95f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 11:51:01 2016 +0100 Updating some api methods version V1, to the corresponding V2 methods. commit a3cbb1e Merge: fbdbd2a e568ee4 Author: jpfigueiras <[email protected]> Date: Fri Jun 17 11:43:39 2016 +0100 Merge pull request #4 from jforsell/unit_test_project Changing type of test project to unit test project. commit e568ee4 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f638e52 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f0c5ef2 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:02:38 2016 +0100 Fixing misnaming commit fbdbd2a Merge: 91d2928 ae70254 Author: jforsell <[email protected]> Date: Fri Jun 17 10:09:35 2016 +0100 Merge pull request #3 from jpfigueiras/develop Making use of the several apis instead of using concrete types. commit f514750 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 10:05:33 2016 +0100 Adding SecurityApi (need to clean up methods). commit ae70254 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 09:47:00 2016 +0100 Making use of the several apis instead of using concrete types. commit 91d2928 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:56:54 2016 +0100 Adding scripts to solution. commit a774eb5 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:21:59 2016 +0100 Updating NOTICE to mention files that do not have license headers. commit fc3beae Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:14:01 2016 +0100 Adding license to package.bat. commit d560d72 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:09:45 2016 +0100 New script for prepending the license to generated .CS files. Ran the script once. commit 9857594 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 10:04:36 2016 +0100 Adding licence header to two files that were missing it - see #1 commit d6e2423 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 09:14:20 2016 +0100 As a workaround for not currently being able to add attachments as streams (see restsharp/RestSharp#70 ) - the attachment is added as a byte array. commit 3842338 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:51:56 2016 +0100 Updating README for v0.2. commit 7bff7ed Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:45:26 2016 +0100 Adding factory method to construct AttachmentsApi. commit bd189a7 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:08:13 2016 +0100 Fixing name of test assembly (renaming from AgentApiClient to RestApiClient). commit f7b2720 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:05:14 2016 +0100 AttachmentsApi for uploading/downloading attachments. commit 758be0c Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:55:13 2016 +0100 Use V2 method for posting messages as it supports attachments (breaking change). commit 054240d Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:53:26 2016 +0100 Setting version number to 0.2.0.
jforsell
added a commit
that referenced
this pull request
Sep 19, 2016
Squashed commit of the following: commit 6674145 Merge: 779ef14 a3c91fa Author: Johan Forsell <[email protected]> Date: Mon Sep 19 11:11:46 2016 +0100 Merge branch 'upstream-master' into upstream-develop commit 779ef14 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:31:24 2016 +0100 v0.3.1 in README commit c2bc7f7 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:11:16 2016 +0100 Add method to get user details by user ID. commit 2413bbe Author: Johan Forsell <[email protected]> Date: Fri Sep 16 16:03:33 2016 +0100 Remove binaries from repo. commit deb8e0c Author: Johan Forsell <[email protected]> Date: Thu Sep 15 17:19:13 2016 +0100 OBO-enabled agentAPI together with S41 podAPI with new method to get stream info. commit 5c5e440 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:12:20 2016 +0100 Make CreateDatafeed and CreateFirehose methods public and introduce a method to listen using the datafeed/firehose ID. commit 8ff5e62 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:05:27 2016 +0100 Fix app session manager unit tests. commit 1e176ec Merge: 880137e cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:27:25 2016 +0100 Merge branch 'develop' into upstream-develop commit cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:21:36 2016 +0100 Fix OBO auth. commit 880137e Author: Johan Forsell <[email protected]> Date: Tue Sep 6 10:04:40 2016 +0100 Release v0.3 in README. commit 9efa961 Merge: 8ad3956 57448fb Author: jforsell <[email protected]> Date: Mon Sep 5 17:24:51 2016 +0100 Merge pull request #20 from maoo/develop Update .travis.yml commit 57448fb Author: Maurizio Pillitu <[email protected]> Date: Fri Sep 2 15:29:01 2016 +0200 Update .travis.yml fixed typo, issue #20 commit 8ad3956 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:30:06 2016 +0200 Update README.md fixed versioneye badge image commit dd005c7 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:29:20 2016 +0200 Update README.md Added versioneye badge commit 65c8859 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:23:39 2016 +0200 Update .travis.yml using release-to-nuget.sh to automate release on nuget.org commit 7cfef6d Author: Johan Forsell <[email protected]> Date: Fri Aug 19 15:20:22 2016 +0100 Add Visual Studio xunit runner, and tests for AppSessionManager. commit 996c0da Author: Johan Forsell <[email protected]> Date: Fri Aug 19 14:55:38 2016 +0100 Move back to V2StreamSidMessageCreatePost as V3StreamSidMessageCreatePost has not been released yet. commit 5c5f0d8 Author: Johan Forsell <[email protected]> Date: Thu Aug 18 12:22:12 2016 +0100 Rename SessionManager to UserSessionManager as there is now an AppSessionManager (breaking change). commit 7a55c9b Merge: 1f348e1 82a529b Author: jforsell <[email protected]> Date: Thu Aug 18 10:59:57 2016 +0100 Merge pull request #16 from malaysf/develop Update to use the new application authentication APIs commit 82a529b Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:04:33 2016 -0700 updated code to use the new app authentication apis commit 3be4c82 Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:01:13 2016 -0700 new generated files commit 06db25e Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:00:18 2016 -0700 new yaml files commit 1cb9ff1 Author: Malay Shah <[email protected]> Date: Wed Aug 17 17:59:55 2016 -0700 delete the old yaml files commit 1f348e1 Author: Johan Forsell <[email protected]> Date: Tue Aug 2 14:09:28 2016 +0100 Add Listening property to DatafeedApi and FirehoseApi. commit 8dd8ebd Merge: 967bbfc e130118 Author: jforsell <[email protected]> Date: Mon Aug 1 16:54:36 2016 +0100 Merge pull request #15 from jpfigueiras/develop Added support for a continous feed of connection request updates. commit e130118 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:50:36 2016 +0100 Added proj file and changed field to ave leading "_". commit 6ef39f8 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:19:36 2016 +0100 Added support for a continous feed of connection request updates. commit 967bbfc Author: Johan Forsell <[email protected]> Date: Fri Jul 29 17:06:48 2016 +0100 Move using inside namespace. commit 41a0f6c Author: Johan Forsell <[email protected]> Date: Tue Jul 26 15:55:34 2016 +0100 Make UploadAttachment using stream public. commit 1f636fb Author: Johan Forsell <[email protected]> Date: Tue Jul 12 14:01:19 2016 +0100 Add factory method to create ConnectionApi. commit bb0ace3 Author: Johan Forsell <[email protected]> Date: Tue Jul 12 13:35:10 2016 +0100 Add ConnectionApi. commit d89f60b Author: Johan Forsell <[email protected]> Date: Tue Jul 12 12:09:58 2016 +0100 Add 1.40.0-20160711 version of the Swagger spec, including the generated code. commit 87c8327 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 14:01:33 2016 +0100 Break out common functionality of DatafeedApi and FirehoseApi into a superclass. commit 871690b Merge: 8227db0 8dbd25c Author: jforsell <[email protected]> Date: Wed Jul 6 10:12:03 2016 +0100 Merge pull request #11 from jforsell/firehose_api Firehose API commit 8227db0 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 10:09:34 2016 +0100 Need to cast to V2Message when logging. commit 0c17dae Author: Johan Forsell <[email protected]> Date: Wed Jul 6 09:35:53 2016 +0100 Adding some verbose logging. commit 8dbd25c Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:26:41 2016 +0100 Add FirehoseApi. commit 5c9f00f Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:10:35 2016 +0100 Refactoring datafeed loop. commit 740e9a8 Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:03:18 2016 +0100 Add back to normal logging message in data feed. commit 123eb5f Author: Johan Forsell <[email protected]> Date: Tue Jun 28 16:19:45 2016 +0100 Use trace source SymphonyOSS.RestApiClient, and retry on datafeed read error. commit cfec4f1 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 14:40:02 2016 +0100 Add line break method to the message builder. commit a4feb49 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:28:42 2016 +0100 Upping version to 0.3. commit a1824c7 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:27:32 2016 +0100 Add method to construct a UserApi instance. commit e4fe6ce Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:45:43 2016 +0100 Updating README. commit f928fc8 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:40:07 2016 +0100 Adding licence headers to two unit tests files that were missing them. commit 131e2bb Merge: db24aa2 65c57b4 Author: jforsell <[email protected]> Date: Tue Jun 28 10:35:47 2016 +0100 Merge pull request #10 from jforsell/develop Adding plain text parsing of messageML. commit 65c57b4 Merge: f39cf3c db24aa2 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:31:42 2016 +0100 Merge branch 'develop' of https://github.com/symphonyoss/RestApiClient into develop commit db24aa2 Merge: 809cbe5 d14fd7a Author: jforsell <[email protected]> Date: Tue Jun 28 10:31:26 2016 +0100 Merge pull request #9 from jforsell/user_api Add UserApi. commit f39cf3c Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:28:39 2016 +0100 Adding plain text parsing of messageML. commit 809cbe5 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:34:13 2016 +0100 Fixing UtilApi and RoomMembershipApi tests. commit d14fd7a Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:27:59 2016 +0100 Add UserApi. commit 575cb79 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 11:16:42 2016 +0100 Adding README to solution. commit ef8221f Merge: e4a6347 839903b Author: jforsell <[email protected]> Date: Tue Jun 21 09:50:11 2016 +0100 Merge pull request #8 from jpfigueiras/develop Added RoomMembershipApi. commit 839903b Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:28:45 2016 +0100 Changed long to var in test class. commit 388086a Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:13:44 2016 +0100 Made user id required for methods inside RoomMembershipApi. commit 65443d4 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 17:09:09 2016 +0100 Fix issue with namespace. commit e4a6347 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 17:02:18 2016 +0100 Adding downloading attachment to example. commit 28f6e91 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:59:19 2016 +0100 Updating project file. commit 5090edb Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:53:24 2016 +0100 Decode downloaded base64 attachment. commit 113c959 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:52:21 2016 +0100 Don't throw exception if registering same type twice. commit 623b83c Merge: 1a1a88f 7d596cd Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:53 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 1a1a88f Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:43 2016 +0100 Added RoomMembershipApi and corresponding tests. Also added some some high level comments to other apis. commit 7d596cd Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:11:44 2016 +0100 Adding SecurityApi tests, and renaming a couple of SecurityApi methods for clarity. commit 1f4b011 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:48:56 2016 +0100 Registering V2Message for custom deserialization. commit 384547b Merge: c1e22be d54af34 Author: jforsell <[email protected]> Date: Mon Jun 20 15:35:22 2016 +0100 Merge pull request #5 from jpfigueiras/develop Updating some api methods version V1, to the corresponding V2 methods. commit c1e22be Merge: a3cbb1e 9ae4fb7 Author: jforsell <[email protected]> Date: Mon Jun 20 15:33:50 2016 +0100 Merge pull request #7 from jforsell/json-subtypes SecurityApi and Json subtypes commit 9ae4fb7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:27:50 2016 +0100 Adding unit test class for json work. commit b43682e Merge: 4c0aed7 a3cbb1e Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:20:28 2016 +0100 Merge remote-tracking branch 'upstream/develop' into json-subtypes commit 4c0aed7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:15:51 2016 +0100 Support for polymorphism (V2BaseMessage and V2Message) using new Json attributes. commit d54af34 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:23:41 2016 +0100 Adding project file with new UtilApi. commit 08da891 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:11:51 2016 +0100 Added UtilApi. commit e709665 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 16:10:33 2016 +0100 Fixed tests using new V2 class types. V2Message has as base class V2BaseMessage but they are not sharing common properties at moment, this is duplicated across both classes. So when creating a V2Message, the base message properties that are common will be null and the message needs to be treated explicitly as a V2Message to access them. commit 6adab42 Merge: 041d82f a3cbb1e Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:49:01 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 041d82f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:44:56 2016 +0100 Fixed some class types for V2, and added test for new method SearchRoom. commit 2cac95f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 11:51:01 2016 +0100 Updating some api methods version V1, to the corresponding V2 methods. commit a3cbb1e Merge: fbdbd2a e568ee4 Author: jpfigueiras <[email protected]> Date: Fri Jun 17 11:43:39 2016 +0100 Merge pull request #4 from jforsell/unit_test_project Changing type of test project to unit test project. commit e568ee4 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f638e52 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f0c5ef2 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:02:38 2016 +0100 Fixing misnaming commit fbdbd2a Merge: 91d2928 ae70254 Author: jforsell <[email protected]> Date: Fri Jun 17 10:09:35 2016 +0100 Merge pull request #3 from jpfigueiras/develop Making use of the several apis instead of using concrete types. commit f514750 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 10:05:33 2016 +0100 Adding SecurityApi (need to clean up methods). commit ae70254 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 09:47:00 2016 +0100 Making use of the several apis instead of using concrete types. commit 91d2928 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:56:54 2016 +0100 Adding scripts to solution. commit a774eb5 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:21:59 2016 +0100 Updating NOTICE to mention files that do not have license headers. commit fc3beae Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:14:01 2016 +0100 Adding license to package.bat. commit d560d72 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:09:45 2016 +0100 New script for prepending the license to generated .CS files. Ran the script once. commit 9857594 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 10:04:36 2016 +0100 Adding licence header to two files that were missing it - see #1 commit d6e2423 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 09:14:20 2016 +0100 As a workaround for not currently being able to add attachments as streams (see restsharp/RestSharp#70 ) - the attachment is added as a byte array. commit 3842338 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:51:56 2016 +0100 Updating README for v0.2. commit 7bff7ed Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:45:26 2016 +0100 Adding factory method to construct AttachmentsApi. commit bd189a7 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:08:13 2016 +0100 Fixing name of test assembly (renaming from AgentApiClient to RestApiClient). commit f7b2720 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:05:14 2016 +0100 AttachmentsApi for uploading/downloading attachments. commit 758be0c Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:55:13 2016 +0100 Use V2 method for posting messages as it supports attachments (breaking change). commit 054240d Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:53:26 2016 +0100 Setting version number to 0.2.0.
jforsell
added a commit
that referenced
this pull request
Sep 27, 2016
Squashed commit of the following: commit 7432ef9 Author: Johan Forsell <[email protected]> Date: Tue Sep 27 16:41:07 2016 +0100 Upping version. commit 122e0a3 Author: Johan Forsell <[email protected]> Date: Tue Sep 27 16:38:42 2016 +0100 Use V2 message post with user auth, V3 with app auth. commit 6674145 Merge: 779ef14 a3c91fa Author: Johan Forsell <[email protected]> Date: Mon Sep 19 11:11:46 2016 +0100 Merge branch 'upstream-master' into upstream-develop commit 779ef14 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:31:24 2016 +0100 v0.3.1 in README commit c2bc7f7 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:11:16 2016 +0100 Add method to get user details by user ID. commit 2413bbe Author: Johan Forsell <[email protected]> Date: Fri Sep 16 16:03:33 2016 +0100 Remove binaries from repo. commit deb8e0c Author: Johan Forsell <[email protected]> Date: Thu Sep 15 17:19:13 2016 +0100 OBO-enabled agentAPI together with S41 podAPI with new method to get stream info. commit 5c5e440 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:12:20 2016 +0100 Make CreateDatafeed and CreateFirehose methods public and introduce a method to listen using the datafeed/firehose ID. commit 8ff5e62 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:05:27 2016 +0100 Fix app session manager unit tests. commit 1e176ec Merge: 880137e cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:27:25 2016 +0100 Merge branch 'develop' into upstream-develop commit cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:21:36 2016 +0100 Fix OBO auth. commit 880137e Author: Johan Forsell <[email protected]> Date: Tue Sep 6 10:04:40 2016 +0100 Release v0.3 in README. commit 9efa961 Merge: 8ad3956 57448fb Author: jforsell <[email protected]> Date: Mon Sep 5 17:24:51 2016 +0100 Merge pull request #20 from maoo/develop Update .travis.yml commit 57448fb Author: Maurizio Pillitu <[email protected]> Date: Fri Sep 2 15:29:01 2016 +0200 Update .travis.yml fixed typo, issue #20 commit 8ad3956 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:30:06 2016 +0200 Update README.md fixed versioneye badge image commit dd005c7 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:29:20 2016 +0200 Update README.md Added versioneye badge commit 65c8859 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:23:39 2016 +0200 Update .travis.yml using release-to-nuget.sh to automate release on nuget.org commit 7cfef6d Author: Johan Forsell <[email protected]> Date: Fri Aug 19 15:20:22 2016 +0100 Add Visual Studio xunit runner, and tests for AppSessionManager. commit 996c0da Author: Johan Forsell <[email protected]> Date: Fri Aug 19 14:55:38 2016 +0100 Move back to V2StreamSidMessageCreatePost as V3StreamSidMessageCreatePost has not been released yet. commit 5c5f0d8 Author: Johan Forsell <[email protected]> Date: Thu Aug 18 12:22:12 2016 +0100 Rename SessionManager to UserSessionManager as there is now an AppSessionManager (breaking change). commit 7a55c9b Merge: 1f348e1 82a529b Author: jforsell <[email protected]> Date: Thu Aug 18 10:59:57 2016 +0100 Merge pull request #16 from malaysf/develop Update to use the new application authentication APIs commit 82a529b Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:04:33 2016 -0700 updated code to use the new app authentication apis commit 3be4c82 Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:01:13 2016 -0700 new generated files commit 06db25e Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:00:18 2016 -0700 new yaml files commit 1cb9ff1 Author: Malay Shah <[email protected]> Date: Wed Aug 17 17:59:55 2016 -0700 delete the old yaml files commit 1f348e1 Author: Johan Forsell <[email protected]> Date: Tue Aug 2 14:09:28 2016 +0100 Add Listening property to DatafeedApi and FirehoseApi. commit 8dd8ebd Merge: 967bbfc e130118 Author: jforsell <[email protected]> Date: Mon Aug 1 16:54:36 2016 +0100 Merge pull request #15 from jpfigueiras/develop Added support for a continous feed of connection request updates. commit e130118 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:50:36 2016 +0100 Added proj file and changed field to ave leading "_". commit 6ef39f8 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:19:36 2016 +0100 Added support for a continous feed of connection request updates. commit 967bbfc Author: Johan Forsell <[email protected]> Date: Fri Jul 29 17:06:48 2016 +0100 Move using inside namespace. commit 41a0f6c Author: Johan Forsell <[email protected]> Date: Tue Jul 26 15:55:34 2016 +0100 Make UploadAttachment using stream public. commit 1f636fb Author: Johan Forsell <[email protected]> Date: Tue Jul 12 14:01:19 2016 +0100 Add factory method to create ConnectionApi. commit bb0ace3 Author: Johan Forsell <[email protected]> Date: Tue Jul 12 13:35:10 2016 +0100 Add ConnectionApi. commit d89f60b Author: Johan Forsell <[email protected]> Date: Tue Jul 12 12:09:58 2016 +0100 Add 1.40.0-20160711 version of the Swagger spec, including the generated code. commit 87c8327 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 14:01:33 2016 +0100 Break out common functionality of DatafeedApi and FirehoseApi into a superclass. commit 871690b Merge: 8227db0 8dbd25c Author: jforsell <[email protected]> Date: Wed Jul 6 10:12:03 2016 +0100 Merge pull request #11 from jforsell/firehose_api Firehose API commit 8227db0 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 10:09:34 2016 +0100 Need to cast to V2Message when logging. commit 0c17dae Author: Johan Forsell <[email protected]> Date: Wed Jul 6 09:35:53 2016 +0100 Adding some verbose logging. commit 8dbd25c Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:26:41 2016 +0100 Add FirehoseApi. commit 5c9f00f Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:10:35 2016 +0100 Refactoring datafeed loop. commit 740e9a8 Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:03:18 2016 +0100 Add back to normal logging message in data feed. commit 123eb5f Author: Johan Forsell <[email protected]> Date: Tue Jun 28 16:19:45 2016 +0100 Use trace source SymphonyOSS.RestApiClient, and retry on datafeed read error. commit cfec4f1 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 14:40:02 2016 +0100 Add line break method to the message builder. commit a4feb49 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:28:42 2016 +0100 Upping version to 0.3. commit a1824c7 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:27:32 2016 +0100 Add method to construct a UserApi instance. commit e4fe6ce Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:45:43 2016 +0100 Updating README. commit f928fc8 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:40:07 2016 +0100 Adding licence headers to two unit tests files that were missing them. commit 131e2bb Merge: db24aa2 65c57b4 Author: jforsell <[email protected]> Date: Tue Jun 28 10:35:47 2016 +0100 Merge pull request #10 from jforsell/develop Adding plain text parsing of messageML. commit 65c57b4 Merge: f39cf3c db24aa2 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:31:42 2016 +0100 Merge branch 'develop' of https://github.com/symphonyoss/RestApiClient into develop commit db24aa2 Merge: 809cbe5 d14fd7a Author: jforsell <[email protected]> Date: Tue Jun 28 10:31:26 2016 +0100 Merge pull request #9 from jforsell/user_api Add UserApi. commit f39cf3c Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:28:39 2016 +0100 Adding plain text parsing of messageML. commit 809cbe5 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:34:13 2016 +0100 Fixing UtilApi and RoomMembershipApi tests. commit d14fd7a Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:27:59 2016 +0100 Add UserApi. commit 575cb79 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 11:16:42 2016 +0100 Adding README to solution. commit ef8221f Merge: e4a6347 839903b Author: jforsell <[email protected]> Date: Tue Jun 21 09:50:11 2016 +0100 Merge pull request #8 from jpfigueiras/develop Added RoomMembershipApi. commit 839903b Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:28:45 2016 +0100 Changed long to var in test class. commit 388086a Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:13:44 2016 +0100 Made user id required for methods inside RoomMembershipApi. commit 65443d4 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 17:09:09 2016 +0100 Fix issue with namespace. commit e4a6347 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 17:02:18 2016 +0100 Adding downloading attachment to example. commit 28f6e91 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:59:19 2016 +0100 Updating project file. commit 5090edb Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:53:24 2016 +0100 Decode downloaded base64 attachment. commit 113c959 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:52:21 2016 +0100 Don't throw exception if registering same type twice. commit 623b83c Merge: 1a1a88f 7d596cd Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:53 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 1a1a88f Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:43 2016 +0100 Added RoomMembershipApi and corresponding tests. Also added some some high level comments to other apis. commit 7d596cd Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:11:44 2016 +0100 Adding SecurityApi tests, and renaming a couple of SecurityApi methods for clarity. commit 1f4b011 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:48:56 2016 +0100 Registering V2Message for custom deserialization. commit 384547b Merge: c1e22be d54af34 Author: jforsell <[email protected]> Date: Mon Jun 20 15:35:22 2016 +0100 Merge pull request #5 from jpfigueiras/develop Updating some api methods version V1, to the corresponding V2 methods. commit c1e22be Merge: a3cbb1e 9ae4fb7 Author: jforsell <[email protected]> Date: Mon Jun 20 15:33:50 2016 +0100 Merge pull request #7 from jforsell/json-subtypes SecurityApi and Json subtypes commit 9ae4fb7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:27:50 2016 +0100 Adding unit test class for json work. commit b43682e Merge: 4c0aed7 a3cbb1e Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:20:28 2016 +0100 Merge remote-tracking branch 'upstream/develop' into json-subtypes commit 4c0aed7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:15:51 2016 +0100 Support for polymorphism (V2BaseMessage and V2Message) using new Json attributes. commit d54af34 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:23:41 2016 +0100 Adding project file with new UtilApi. commit 08da891 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:11:51 2016 +0100 Added UtilApi. commit e709665 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 16:10:33 2016 +0100 Fixed tests using new V2 class types. V2Message has as base class V2BaseMessage but they are not sharing common properties at moment, this is duplicated across both classes. So when creating a V2Message, the base message properties that are common will be null and the message needs to be treated explicitly as a V2Message to access them. commit 6adab42 Merge: 041d82f a3cbb1e Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:49:01 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 041d82f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:44:56 2016 +0100 Fixed some class types for V2, and added test for new method SearchRoom. commit 2cac95f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 11:51:01 2016 +0100 Updating some api methods version V1, to the corresponding V2 methods. commit a3cbb1e Merge: fbdbd2a e568ee4 Author: jpfigueiras <[email protected]> Date: Fri Jun 17 11:43:39 2016 +0100 Merge pull request #4 from jforsell/unit_test_project Changing type of test project to unit test project. commit e568ee4 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f638e52 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f0c5ef2 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:02:38 2016 +0100 Fixing misnaming commit fbdbd2a Merge: 91d2928 ae70254 Author: jforsell <[email protected]> Date: Fri Jun 17 10:09:35 2016 +0100 Merge pull request #3 from jpfigueiras/develop Making use of the several apis instead of using concrete types. commit f514750 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 10:05:33 2016 +0100 Adding SecurityApi (need to clean up methods). commit ae70254 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 09:47:00 2016 +0100 Making use of the several apis instead of using concrete types. commit 91d2928 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:56:54 2016 +0100 Adding scripts to solution. commit a774eb5 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:21:59 2016 +0100 Updating NOTICE to mention files that do not have license headers. commit fc3beae Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:14:01 2016 +0100 Adding license to package.bat. commit d560d72 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:09:45 2016 +0100 New script for prepending the license to generated .CS files. Ran the script once. commit 9857594 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 10:04:36 2016 +0100 Adding licence header to two files that were missing it - see #1 commit d6e2423 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 09:14:20 2016 +0100 As a workaround for not currently being able to add attachments as streams (see restsharp/RestSharp#70 ) - the attachment is added as a byte array. commit 3842338 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:51:56 2016 +0100 Updating README for v0.2. commit 7bff7ed Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:45:26 2016 +0100 Adding factory method to construct AttachmentsApi. commit bd189a7 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:08:13 2016 +0100 Fixing name of test assembly (renaming from AgentApiClient to RestApiClient). commit f7b2720 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:05:14 2016 +0100 AttachmentsApi for uploading/downloading attachments. commit 758be0c Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:55:13 2016 +0100 Use V2 method for posting messages as it supports attachments (breaking change). commit 054240d Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:53:26 2016 +0100 Setting version number to 0.2.0.
jforsell
added a commit
that referenced
this pull request
Oct 10, 2016
* Regenerated classes using latest swagger-codegen to fix bugs with optional parameters. * Updated dependencies to latest versions. Squashed commit of the following: commit b039df6 Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:40:59 2016 +0100 Add reference to new dependency System.ComponentModel.DataAnnotations in test project. commit ff29f6d Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:33:44 2016 +0100 Set version to 0.3.3. commit 0297b2a Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:28:10 2016 +0100 Update dependencies. commit e1a732f Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:08:41 2016 +0100 Generate code using latest swagger-codegen to fix issue described in #23 commit 7432ef9 Author: Johan Forsell <[email protected]> Date: Tue Sep 27 16:41:07 2016 +0100 Upping version. commit 122e0a3 Author: Johan Forsell <[email protected]> Date: Tue Sep 27 16:38:42 2016 +0100 Use V2 message post with user auth, V3 with app auth. commit 6674145 Merge: 779ef14 a3c91fa Author: Johan Forsell <[email protected]> Date: Mon Sep 19 11:11:46 2016 +0100 Merge branch 'upstream-master' into upstream-develop commit 779ef14 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:31:24 2016 +0100 v0.3.1 in README commit c2bc7f7 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:11:16 2016 +0100 Add method to get user details by user ID. commit 2413bbe Author: Johan Forsell <[email protected]> Date: Fri Sep 16 16:03:33 2016 +0100 Remove binaries from repo. commit deb8e0c Author: Johan Forsell <[email protected]> Date: Thu Sep 15 17:19:13 2016 +0100 OBO-enabled agentAPI together with S41 podAPI with new method to get stream info. commit 5c5e440 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:12:20 2016 +0100 Make CreateDatafeed and CreateFirehose methods public and introduce a method to listen using the datafeed/firehose ID. commit 8ff5e62 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:05:27 2016 +0100 Fix app session manager unit tests. commit 1e176ec Merge: 880137e cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:27:25 2016 +0100 Merge branch 'develop' into upstream-develop commit cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:21:36 2016 +0100 Fix OBO auth. commit 880137e Author: Johan Forsell <[email protected]> Date: Tue Sep 6 10:04:40 2016 +0100 Release v0.3 in README. commit 9efa961 Merge: 8ad3956 57448fb Author: jforsell <[email protected]> Date: Mon Sep 5 17:24:51 2016 +0100 Merge pull request #20 from maoo/develop Update .travis.yml commit 57448fb Author: Maurizio Pillitu <[email protected]> Date: Fri Sep 2 15:29:01 2016 +0200 Update .travis.yml fixed typo, issue #20 commit 8ad3956 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:30:06 2016 +0200 Update README.md fixed versioneye badge image commit dd005c7 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:29:20 2016 +0200 Update README.md Added versioneye badge commit 65c8859 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:23:39 2016 +0200 Update .travis.yml using release-to-nuget.sh to automate release on nuget.org commit 7cfef6d Author: Johan Forsell <[email protected]> Date: Fri Aug 19 15:20:22 2016 +0100 Add Visual Studio xunit runner, and tests for AppSessionManager. commit 996c0da Author: Johan Forsell <[email protected]> Date: Fri Aug 19 14:55:38 2016 +0100 Move back to V2StreamSidMessageCreatePost as V3StreamSidMessageCreatePost has not been released yet. commit 5c5f0d8 Author: Johan Forsell <[email protected]> Date: Thu Aug 18 12:22:12 2016 +0100 Rename SessionManager to UserSessionManager as there is now an AppSessionManager (breaking change). commit 7a55c9b Merge: 1f348e1 82a529b Author: jforsell <[email protected]> Date: Thu Aug 18 10:59:57 2016 +0100 Merge pull request #16 from malaysf/develop Update to use the new application authentication APIs commit 82a529b Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:04:33 2016 -0700 updated code to use the new app authentication apis commit 3be4c82 Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:01:13 2016 -0700 new generated files commit 06db25e Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:00:18 2016 -0700 new yaml files commit 1cb9ff1 Author: Malay Shah <[email protected]> Date: Wed Aug 17 17:59:55 2016 -0700 delete the old yaml files commit 1f348e1 Author: Johan Forsell <[email protected]> Date: Tue Aug 2 14:09:28 2016 +0100 Add Listening property to DatafeedApi and FirehoseApi. commit 8dd8ebd Merge: 967bbfc e130118 Author: jforsell <[email protected]> Date: Mon Aug 1 16:54:36 2016 +0100 Merge pull request #15 from jpfigueiras/develop Added support for a continous feed of connection request updates. commit e130118 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:50:36 2016 +0100 Added proj file and changed field to ave leading "_". commit 6ef39f8 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:19:36 2016 +0100 Added support for a continous feed of connection request updates. commit 967bbfc Author: Johan Forsell <[email protected]> Date: Fri Jul 29 17:06:48 2016 +0100 Move using inside namespace. commit 41a0f6c Author: Johan Forsell <[email protected]> Date: Tue Jul 26 15:55:34 2016 +0100 Make UploadAttachment using stream public. commit 1f636fb Author: Johan Forsell <[email protected]> Date: Tue Jul 12 14:01:19 2016 +0100 Add factory method to create ConnectionApi. commit bb0ace3 Author: Johan Forsell <[email protected]> Date: Tue Jul 12 13:35:10 2016 +0100 Add ConnectionApi. commit d89f60b Author: Johan Forsell <[email protected]> Date: Tue Jul 12 12:09:58 2016 +0100 Add 1.40.0-20160711 version of the Swagger spec, including the generated code. commit 87c8327 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 14:01:33 2016 +0100 Break out common functionality of DatafeedApi and FirehoseApi into a superclass. commit 871690b Merge: 8227db0 8dbd25c Author: jforsell <[email protected]> Date: Wed Jul 6 10:12:03 2016 +0100 Merge pull request #11 from jforsell/firehose_api Firehose API commit 8227db0 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 10:09:34 2016 +0100 Need to cast to V2Message when logging. commit 0c17dae Author: Johan Forsell <[email protected]> Date: Wed Jul 6 09:35:53 2016 +0100 Adding some verbose logging. commit 8dbd25c Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:26:41 2016 +0100 Add FirehoseApi. commit 5c9f00f Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:10:35 2016 +0100 Refactoring datafeed loop. commit 740e9a8 Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:03:18 2016 +0100 Add back to normal logging message in data feed. commit 123eb5f Author: Johan Forsell <[email protected]> Date: Tue Jun 28 16:19:45 2016 +0100 Use trace source SymphonyOSS.RestApiClient, and retry on datafeed read error. commit cfec4f1 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 14:40:02 2016 +0100 Add line break method to the message builder. commit a4feb49 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:28:42 2016 +0100 Upping version to 0.3. commit a1824c7 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:27:32 2016 +0100 Add method to construct a UserApi instance. commit e4fe6ce Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:45:43 2016 +0100 Updating README. commit f928fc8 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:40:07 2016 +0100 Adding licence headers to two unit tests files that were missing them. commit 131e2bb Merge: db24aa2 65c57b4 Author: jforsell <[email protected]> Date: Tue Jun 28 10:35:47 2016 +0100 Merge pull request #10 from jforsell/develop Adding plain text parsing of messageML. commit 65c57b4 Merge: f39cf3c db24aa2 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:31:42 2016 +0100 Merge branch 'develop' of https://github.com/symphonyoss/RestApiClient into develop commit db24aa2 Merge: 809cbe5 d14fd7a Author: jforsell <[email protected]> Date: Tue Jun 28 10:31:26 2016 +0100 Merge pull request #9 from jforsell/user_api Add UserApi. commit f39cf3c Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:28:39 2016 +0100 Adding plain text parsing of messageML. commit 809cbe5 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:34:13 2016 +0100 Fixing UtilApi and RoomMembershipApi tests. commit d14fd7a Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:27:59 2016 +0100 Add UserApi. commit 575cb79 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 11:16:42 2016 +0100 Adding README to solution. commit ef8221f Merge: e4a6347 839903b Author: jforsell <[email protected]> Date: Tue Jun 21 09:50:11 2016 +0100 Merge pull request #8 from jpfigueiras/develop Added RoomMembershipApi. commit 839903b Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:28:45 2016 +0100 Changed long to var in test class. commit 388086a Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:13:44 2016 +0100 Made user id required for methods inside RoomMembershipApi. commit 65443d4 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 17:09:09 2016 +0100 Fix issue with namespace. commit e4a6347 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 17:02:18 2016 +0100 Adding downloading attachment to example. commit 28f6e91 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:59:19 2016 +0100 Updating project file. commit 5090edb Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:53:24 2016 +0100 Decode downloaded base64 attachment. commit 113c959 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:52:21 2016 +0100 Don't throw exception if registering same type twice. commit 623b83c Merge: 1a1a88f 7d596cd Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:53 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 1a1a88f Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:43 2016 +0100 Added RoomMembershipApi and corresponding tests. Also added some some high level comments to other apis. commit 7d596cd Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:11:44 2016 +0100 Adding SecurityApi tests, and renaming a couple of SecurityApi methods for clarity. commit 1f4b011 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:48:56 2016 +0100 Registering V2Message for custom deserialization. commit 384547b Merge: c1e22be d54af34 Author: jforsell <[email protected]> Date: Mon Jun 20 15:35:22 2016 +0100 Merge pull request #5 from jpfigueiras/develop Updating some api methods version V1, to the corresponding V2 methods. commit c1e22be Merge: a3cbb1e 9ae4fb7 Author: jforsell <[email protected]> Date: Mon Jun 20 15:33:50 2016 +0100 Merge pull request #7 from jforsell/json-subtypes SecurityApi and Json subtypes commit 9ae4fb7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:27:50 2016 +0100 Adding unit test class for json work. commit b43682e Merge: 4c0aed7 a3cbb1e Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:20:28 2016 +0100 Merge remote-tracking branch 'upstream/develop' into json-subtypes commit 4c0aed7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:15:51 2016 +0100 Support for polymorphism (V2BaseMessage and V2Message) using new Json attributes. commit d54af34 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:23:41 2016 +0100 Adding project file with new UtilApi. commit 08da891 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:11:51 2016 +0100 Added UtilApi. commit e709665 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 16:10:33 2016 +0100 Fixed tests using new V2 class types. V2Message has as base class V2BaseMessage but they are not sharing common properties at moment, this is duplicated across both classes. So when creating a V2Message, the base message properties that are common will be null and the message needs to be treated explicitly as a V2Message to access them. commit 6adab42 Merge: 041d82f a3cbb1e Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:49:01 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 041d82f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:44:56 2016 +0100 Fixed some class types for V2, and added test for new method SearchRoom. commit 2cac95f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 11:51:01 2016 +0100 Updating some api methods version V1, to the corresponding V2 methods. commit a3cbb1e Merge: fbdbd2a e568ee4 Author: jpfigueiras <[email protected]> Date: Fri Jun 17 11:43:39 2016 +0100 Merge pull request #4 from jforsell/unit_test_project Changing type of test project to unit test project. commit e568ee4 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f638e52 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f0c5ef2 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:02:38 2016 +0100 Fixing misnaming commit fbdbd2a Merge: 91d2928 ae70254 Author: jforsell <[email protected]> Date: Fri Jun 17 10:09:35 2016 +0100 Merge pull request #3 from jpfigueiras/develop Making use of the several apis instead of using concrete types. commit f514750 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 10:05:33 2016 +0100 Adding SecurityApi (need to clean up methods). commit ae70254 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 09:47:00 2016 +0100 Making use of the several apis instead of using concrete types. commit 91d2928 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:56:54 2016 +0100 Adding scripts to solution. commit a774eb5 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:21:59 2016 +0100 Updating NOTICE to mention files that do not have license headers. commit fc3beae Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:14:01 2016 +0100 Adding license to package.bat. commit d560d72 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:09:45 2016 +0100 New script for prepending the license to generated .CS files. Ran the script once. commit 9857594 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 10:04:36 2016 +0100 Adding licence header to two files that were missing it - see #1 commit d6e2423 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 09:14:20 2016 +0100 As a workaround for not currently being able to add attachments as streams (see restsharp/RestSharp#70 ) - the attachment is added as a byte array. commit 3842338 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:51:56 2016 +0100 Updating README for v0.2. commit 7bff7ed Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:45:26 2016 +0100 Adding factory method to construct AttachmentsApi. commit bd189a7 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:08:13 2016 +0100 Fixing name of test assembly (renaming from AgentApiClient to RestApiClient). commit f7b2720 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:05:14 2016 +0100 AttachmentsApi for uploading/downloading attachments. commit 758be0c Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:55:13 2016 +0100 Use V2 method for posting messages as it supports attachments (breaking change). commit 054240d Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:53:26 2016 +0100 Setting version number to 0.2.0.
jforsell
added a commit
that referenced
this pull request
Oct 10, 2016
* Regenerated classes using latest swagger-codegen to fix bugs with optional parameters. * Updated dependencies to latest versions. Squashed commit of the following: commit 7d4f12e Merge: b039df6 4aa5b9b Author: Johan Forsell <[email protected]> Date: Mon Oct 10 16:01:28 2016 +0100 Merge branch 'upstream-master' into upstream-develop commit b039df6 Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:40:59 2016 +0100 Add reference to new dependency System.ComponentModel.DataAnnotations in test project. commit ff29f6d Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:33:44 2016 +0100 Set version to 0.3.3. commit 0297b2a Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:28:10 2016 +0100 Update dependencies. commit e1a732f Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:08:41 2016 +0100 Generate code using latest swagger-codegen to fix issue described in #23 commit 7432ef9 Author: Johan Forsell <[email protected]> Date: Tue Sep 27 16:41:07 2016 +0100 Upping version. commit 122e0a3 Author: Johan Forsell <[email protected]> Date: Tue Sep 27 16:38:42 2016 +0100 Use V2 message post with user auth, V3 with app auth. commit 6674145 Merge: 779ef14 a3c91fa Author: Johan Forsell <[email protected]> Date: Mon Sep 19 11:11:46 2016 +0100 Merge branch 'upstream-master' into upstream-develop commit 779ef14 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:31:24 2016 +0100 v0.3.1 in README commit c2bc7f7 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:11:16 2016 +0100 Add method to get user details by user ID. commit 2413bbe Author: Johan Forsell <[email protected]> Date: Fri Sep 16 16:03:33 2016 +0100 Remove binaries from repo. commit deb8e0c Author: Johan Forsell <[email protected]> Date: Thu Sep 15 17:19:13 2016 +0100 OBO-enabled agentAPI together with S41 podAPI with new method to get stream info. commit 5c5e440 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:12:20 2016 +0100 Make CreateDatafeed and CreateFirehose methods public and introduce a method to listen using the datafeed/firehose ID. commit 8ff5e62 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:05:27 2016 +0100 Fix app session manager unit tests. commit 1e176ec Merge: 880137e cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:27:25 2016 +0100 Merge branch 'develop' into upstream-develop commit cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:21:36 2016 +0100 Fix OBO auth. commit 880137e Author: Johan Forsell <[email protected]> Date: Tue Sep 6 10:04:40 2016 +0100 Release v0.3 in README. commit 9efa961 Merge: 8ad3956 57448fb Author: jforsell <[email protected]> Date: Mon Sep 5 17:24:51 2016 +0100 Merge pull request #20 from maoo/develop Update .travis.yml commit 57448fb Author: Maurizio Pillitu <[email protected]> Date: Fri Sep 2 15:29:01 2016 +0200 Update .travis.yml fixed typo, issue #20 commit 8ad3956 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:30:06 2016 +0200 Update README.md fixed versioneye badge image commit dd005c7 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:29:20 2016 +0200 Update README.md Added versioneye badge commit 65c8859 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:23:39 2016 +0200 Update .travis.yml using release-to-nuget.sh to automate release on nuget.org commit 7cfef6d Author: Johan Forsell <[email protected]> Date: Fri Aug 19 15:20:22 2016 +0100 Add Visual Studio xunit runner, and tests for AppSessionManager. commit 996c0da Author: Johan Forsell <[email protected]> Date: Fri Aug 19 14:55:38 2016 +0100 Move back to V2StreamSidMessageCreatePost as V3StreamSidMessageCreatePost has not been released yet. commit 5c5f0d8 Author: Johan Forsell <[email protected]> Date: Thu Aug 18 12:22:12 2016 +0100 Rename SessionManager to UserSessionManager as there is now an AppSessionManager (breaking change). commit 7a55c9b Merge: 1f348e1 82a529b Author: jforsell <[email protected]> Date: Thu Aug 18 10:59:57 2016 +0100 Merge pull request #16 from malaysf/develop Update to use the new application authentication APIs commit 82a529b Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:04:33 2016 -0700 updated code to use the new app authentication apis commit 3be4c82 Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:01:13 2016 -0700 new generated files commit 06db25e Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:00:18 2016 -0700 new yaml files commit 1cb9ff1 Author: Malay Shah <[email protected]> Date: Wed Aug 17 17:59:55 2016 -0700 delete the old yaml files commit 1f348e1 Author: Johan Forsell <[email protected]> Date: Tue Aug 2 14:09:28 2016 +0100 Add Listening property to DatafeedApi and FirehoseApi. commit 8dd8ebd Merge: 967bbfc e130118 Author: jforsell <[email protected]> Date: Mon Aug 1 16:54:36 2016 +0100 Merge pull request #15 from jpfigueiras/develop Added support for a continous feed of connection request updates. commit e130118 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:50:36 2016 +0100 Added proj file and changed field to ave leading "_". commit 6ef39f8 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:19:36 2016 +0100 Added support for a continous feed of connection request updates. commit 967bbfc Author: Johan Forsell <[email protected]> Date: Fri Jul 29 17:06:48 2016 +0100 Move using inside namespace. commit 41a0f6c Author: Johan Forsell <[email protected]> Date: Tue Jul 26 15:55:34 2016 +0100 Make UploadAttachment using stream public. commit 1f636fb Author: Johan Forsell <[email protected]> Date: Tue Jul 12 14:01:19 2016 +0100 Add factory method to create ConnectionApi. commit bb0ace3 Author: Johan Forsell <[email protected]> Date: Tue Jul 12 13:35:10 2016 +0100 Add ConnectionApi. commit d89f60b Author: Johan Forsell <[email protected]> Date: Tue Jul 12 12:09:58 2016 +0100 Add 1.40.0-20160711 version of the Swagger spec, including the generated code. commit 87c8327 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 14:01:33 2016 +0100 Break out common functionality of DatafeedApi and FirehoseApi into a superclass. commit 871690b Merge: 8227db0 8dbd25c Author: jforsell <[email protected]> Date: Wed Jul 6 10:12:03 2016 +0100 Merge pull request #11 from jforsell/firehose_api Firehose API commit 8227db0 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 10:09:34 2016 +0100 Need to cast to V2Message when logging. commit 0c17dae Author: Johan Forsell <[email protected]> Date: Wed Jul 6 09:35:53 2016 +0100 Adding some verbose logging. commit 8dbd25c Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:26:41 2016 +0100 Add FirehoseApi. commit 5c9f00f Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:10:35 2016 +0100 Refactoring datafeed loop. commit 740e9a8 Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:03:18 2016 +0100 Add back to normal logging message in data feed. commit 123eb5f Author: Johan Forsell <[email protected]> Date: Tue Jun 28 16:19:45 2016 +0100 Use trace source SymphonyOSS.RestApiClient, and retry on datafeed read error. commit cfec4f1 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 14:40:02 2016 +0100 Add line break method to the message builder. commit a4feb49 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:28:42 2016 +0100 Upping version to 0.3. commit a1824c7 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:27:32 2016 +0100 Add method to construct a UserApi instance. commit e4fe6ce Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:45:43 2016 +0100 Updating README. commit f928fc8 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:40:07 2016 +0100 Adding licence headers to two unit tests files that were missing them. commit 131e2bb Merge: db24aa2 65c57b4 Author: jforsell <[email protected]> Date: Tue Jun 28 10:35:47 2016 +0100 Merge pull request #10 from jforsell/develop Adding plain text parsing of messageML. commit 65c57b4 Merge: f39cf3c db24aa2 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:31:42 2016 +0100 Merge branch 'develop' of https://github.com/symphonyoss/RestApiClient into develop commit db24aa2 Merge: 809cbe5 d14fd7a Author: jforsell <[email protected]> Date: Tue Jun 28 10:31:26 2016 +0100 Merge pull request #9 from jforsell/user_api Add UserApi. commit f39cf3c Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:28:39 2016 +0100 Adding plain text parsing of messageML. commit 809cbe5 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:34:13 2016 +0100 Fixing UtilApi and RoomMembershipApi tests. commit d14fd7a Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:27:59 2016 +0100 Add UserApi. commit 575cb79 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 11:16:42 2016 +0100 Adding README to solution. commit ef8221f Merge: e4a6347 839903b Author: jforsell <[email protected]> Date: Tue Jun 21 09:50:11 2016 +0100 Merge pull request #8 from jpfigueiras/develop Added RoomMembershipApi. commit 839903b Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:28:45 2016 +0100 Changed long to var in test class. commit 388086a Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:13:44 2016 +0100 Made user id required for methods inside RoomMembershipApi. commit 65443d4 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 17:09:09 2016 +0100 Fix issue with namespace. commit e4a6347 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 17:02:18 2016 +0100 Adding downloading attachment to example. commit 28f6e91 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:59:19 2016 +0100 Updating project file. commit 5090edb Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:53:24 2016 +0100 Decode downloaded base64 attachment. commit 113c959 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:52:21 2016 +0100 Don't throw exception if registering same type twice. commit 623b83c Merge: 1a1a88f 7d596cd Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:53 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 1a1a88f Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:43 2016 +0100 Added RoomMembershipApi and corresponding tests. Also added some some high level comments to other apis. commit 7d596cd Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:11:44 2016 +0100 Adding SecurityApi tests, and renaming a couple of SecurityApi methods for clarity. commit 1f4b011 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:48:56 2016 +0100 Registering V2Message for custom deserialization. commit 384547b Merge: c1e22be d54af34 Author: jforsell <[email protected]> Date: Mon Jun 20 15:35:22 2016 +0100 Merge pull request #5 from jpfigueiras/develop Updating some api methods version V1, to the corresponding V2 methods. commit c1e22be Merge: a3cbb1e 9ae4fb7 Author: jforsell <[email protected]> Date: Mon Jun 20 15:33:50 2016 +0100 Merge pull request #7 from jforsell/json-subtypes SecurityApi and Json subtypes commit 9ae4fb7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:27:50 2016 +0100 Adding unit test class for json work. commit b43682e Merge: 4c0aed7 a3cbb1e Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:20:28 2016 +0100 Merge remote-tracking branch 'upstream/develop' into json-subtypes commit 4c0aed7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:15:51 2016 +0100 Support for polymorphism (V2BaseMessage and V2Message) using new Json attributes. commit d54af34 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:23:41 2016 +0100 Adding project file with new UtilApi. commit 08da891 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:11:51 2016 +0100 Added UtilApi. commit e709665 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 16:10:33 2016 +0100 Fixed tests using new V2 class types. V2Message has as base class V2BaseMessage but they are not sharing common properties at moment, this is duplicated across both classes. So when creating a V2Message, the base message properties that are common will be null and the message needs to be treated explicitly as a V2Message to access them. commit 6adab42 Merge: 041d82f a3cbb1e Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:49:01 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 041d82f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:44:56 2016 +0100 Fixed some class types for V2, and added test for new method SearchRoom. commit 2cac95f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 11:51:01 2016 +0100 Updating some api methods version V1, to the corresponding V2 methods. commit a3cbb1e Merge: fbdbd2a e568ee4 Author: jpfigueiras <[email protected]> Date: Fri Jun 17 11:43:39 2016 +0100 Merge pull request #4 from jforsell/unit_test_project Changing type of test project to unit test project. commit e568ee4 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f638e52 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f0c5ef2 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:02:38 2016 +0100 Fixing misnaming commit fbdbd2a Merge: 91d2928 ae70254 Author: jforsell <[email protected]> Date: Fri Jun 17 10:09:35 2016 +0100 Merge pull request #3 from jpfigueiras/develop Making use of the several apis instead of using concrete types. commit f514750 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 10:05:33 2016 +0100 Adding SecurityApi (need to clean up methods). commit ae70254 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 09:47:00 2016 +0100 Making use of the several apis instead of using concrete types. commit 91d2928 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:56:54 2016 +0100 Adding scripts to solution. commit a774eb5 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:21:59 2016 +0100 Updating NOTICE to mention files that do not have license headers. commit fc3beae Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:14:01 2016 +0100 Adding license to package.bat. commit d560d72 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:09:45 2016 +0100 New script for prepending the license to generated .CS files. Ran the script once. commit 9857594 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 10:04:36 2016 +0100 Adding licence header to two files that were missing it - see #1 commit d6e2423 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 09:14:20 2016 +0100 As a workaround for not currently being able to add attachments as streams (see restsharp/RestSharp#70 ) - the attachment is added as a byte array. commit 3842338 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:51:56 2016 +0100 Updating README for v0.2. commit 7bff7ed Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:45:26 2016 +0100 Adding factory method to construct AttachmentsApi. commit bd189a7 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:08:13 2016 +0100 Fixing name of test assembly (renaming from AgentApiClient to RestApiClient). commit f7b2720 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:05:14 2016 +0100 AttachmentsApi for uploading/downloading attachments. commit 758be0c Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:55:13 2016 +0100 Use V2 method for posting messages as it supports attachments (breaking change). commit 054240d Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:53:26 2016 +0100 Setting version number to 0.2.0.
jforsell
added a commit
that referenced
this pull request
Oct 10, 2016
* Added a new framework dependency to the nuspec file. Squashed commit of the following: commit 30b6f1f Author: Johan Forsell <[email protected]> Date: Mon Oct 10 16:33:37 2016 +0100 Describe 0.3.4 in README. commit a2ab965 Author: Johan Forsell <[email protected]> Date: Mon Oct 10 16:31:19 2016 +0100 Set version to 0.3.4. commit 6a615de Merge: e89637c a80da42 Author: Johan Forsell <[email protected]> Date: Mon Oct 10 16:30:19 2016 +0100 Merge branch 'upstream-master' into upstream-develop commit e89637c Author: Johan Forsell <[email protected]> Date: Mon Oct 10 16:29:55 2016 +0100 Update dependencies in nuspec. commit 7d4f12e Merge: b039df6 4aa5b9b Author: Johan Forsell <[email protected]> Date: Mon Oct 10 16:01:28 2016 +0100 Merge branch 'upstream-master' into upstream-develop commit b039df6 Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:40:59 2016 +0100 Add reference to new dependency System.ComponentModel.DataAnnotations in test project. commit ff29f6d Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:33:44 2016 +0100 Set version to 0.3.3. commit 0297b2a Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:28:10 2016 +0100 Update dependencies. commit e1a732f Author: Johan Forsell <[email protected]> Date: Mon Oct 10 14:08:41 2016 +0100 Generate code using latest swagger-codegen to fix issue described in #23 commit 7432ef9 Author: Johan Forsell <[email protected]> Date: Tue Sep 27 16:41:07 2016 +0100 Upping version. commit 122e0a3 Author: Johan Forsell <[email protected]> Date: Tue Sep 27 16:38:42 2016 +0100 Use V2 message post with user auth, V3 with app auth. commit 6674145 Merge: 779ef14 a3c91fa Author: Johan Forsell <[email protected]> Date: Mon Sep 19 11:11:46 2016 +0100 Merge branch 'upstream-master' into upstream-develop commit 779ef14 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:31:24 2016 +0100 v0.3.1 in README commit c2bc7f7 Author: Johan Forsell <[email protected]> Date: Mon Sep 19 10:11:16 2016 +0100 Add method to get user details by user ID. commit 2413bbe Author: Johan Forsell <[email protected]> Date: Fri Sep 16 16:03:33 2016 +0100 Remove binaries from repo. commit deb8e0c Author: Johan Forsell <[email protected]> Date: Thu Sep 15 17:19:13 2016 +0100 OBO-enabled agentAPI together with S41 podAPI with new method to get stream info. commit 5c5e440 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:12:20 2016 +0100 Make CreateDatafeed and CreateFirehose methods public and introduce a method to listen using the datafeed/firehose ID. commit 8ff5e62 Author: Johan Forsell <[email protected]> Date: Tue Sep 13 16:05:27 2016 +0100 Fix app session manager unit tests. commit 1e176ec Merge: 880137e cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:27:25 2016 +0100 Merge branch 'develop' into upstream-develop commit cc6649b Author: Johan Forsell <[email protected]> Date: Tue Sep 13 15:21:36 2016 +0100 Fix OBO auth. commit 880137e Author: Johan Forsell <[email protected]> Date: Tue Sep 6 10:04:40 2016 +0100 Release v0.3 in README. commit 9efa961 Merge: 8ad3956 57448fb Author: jforsell <[email protected]> Date: Mon Sep 5 17:24:51 2016 +0100 Merge pull request #20 from maoo/develop Update .travis.yml commit 57448fb Author: Maurizio Pillitu <[email protected]> Date: Fri Sep 2 15:29:01 2016 +0200 Update .travis.yml fixed typo, issue #20 commit 8ad3956 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:30:06 2016 +0200 Update README.md fixed versioneye badge image commit dd005c7 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:29:20 2016 +0200 Update README.md Added versioneye badge commit 65c8859 Author: Maurizio Pillitu <[email protected]> Date: Fri Aug 19 19:23:39 2016 +0200 Update .travis.yml using release-to-nuget.sh to automate release on nuget.org commit 7cfef6d Author: Johan Forsell <[email protected]> Date: Fri Aug 19 15:20:22 2016 +0100 Add Visual Studio xunit runner, and tests for AppSessionManager. commit 996c0da Author: Johan Forsell <[email protected]> Date: Fri Aug 19 14:55:38 2016 +0100 Move back to V2StreamSidMessageCreatePost as V3StreamSidMessageCreatePost has not been released yet. commit 5c5f0d8 Author: Johan Forsell <[email protected]> Date: Thu Aug 18 12:22:12 2016 +0100 Rename SessionManager to UserSessionManager as there is now an AppSessionManager (breaking change). commit 7a55c9b Merge: 1f348e1 82a529b Author: jforsell <[email protected]> Date: Thu Aug 18 10:59:57 2016 +0100 Merge pull request #16 from malaysf/develop Update to use the new application authentication APIs commit 82a529b Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:04:33 2016 -0700 updated code to use the new app authentication apis commit 3be4c82 Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:01:13 2016 -0700 new generated files commit 06db25e Author: Malay Shah <[email protected]> Date: Wed Aug 17 18:00:18 2016 -0700 new yaml files commit 1cb9ff1 Author: Malay Shah <[email protected]> Date: Wed Aug 17 17:59:55 2016 -0700 delete the old yaml files commit 1f348e1 Author: Johan Forsell <[email protected]> Date: Tue Aug 2 14:09:28 2016 +0100 Add Listening property to DatafeedApi and FirehoseApi. commit 8dd8ebd Merge: 967bbfc e130118 Author: jforsell <[email protected]> Date: Mon Aug 1 16:54:36 2016 +0100 Merge pull request #15 from jpfigueiras/develop Added support for a continous feed of connection request updates. commit e130118 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:50:36 2016 +0100 Added proj file and changed field to ave leading "_". commit 6ef39f8 Author: Joao Figueiras <[email protected]> Date: Mon Aug 1 16:19:36 2016 +0100 Added support for a continous feed of connection request updates. commit 967bbfc Author: Johan Forsell <[email protected]> Date: Fri Jul 29 17:06:48 2016 +0100 Move using inside namespace. commit 41a0f6c Author: Johan Forsell <[email protected]> Date: Tue Jul 26 15:55:34 2016 +0100 Make UploadAttachment using stream public. commit 1f636fb Author: Johan Forsell <[email protected]> Date: Tue Jul 12 14:01:19 2016 +0100 Add factory method to create ConnectionApi. commit bb0ace3 Author: Johan Forsell <[email protected]> Date: Tue Jul 12 13:35:10 2016 +0100 Add ConnectionApi. commit d89f60b Author: Johan Forsell <[email protected]> Date: Tue Jul 12 12:09:58 2016 +0100 Add 1.40.0-20160711 version of the Swagger spec, including the generated code. commit 87c8327 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 14:01:33 2016 +0100 Break out common functionality of DatafeedApi and FirehoseApi into a superclass. commit 871690b Merge: 8227db0 8dbd25c Author: jforsell <[email protected]> Date: Wed Jul 6 10:12:03 2016 +0100 Merge pull request #11 from jforsell/firehose_api Firehose API commit 8227db0 Author: Johan Forsell <[email protected]> Date: Wed Jul 6 10:09:34 2016 +0100 Need to cast to V2Message when logging. commit 0c17dae Author: Johan Forsell <[email protected]> Date: Wed Jul 6 09:35:53 2016 +0100 Adding some verbose logging. commit 8dbd25c Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:26:41 2016 +0100 Add FirehoseApi. commit 5c9f00f Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:10:35 2016 +0100 Refactoring datafeed loop. commit 740e9a8 Author: Johan Forsell <[email protected]> Date: Wed Jun 29 10:03:18 2016 +0100 Add back to normal logging message in data feed. commit 123eb5f Author: Johan Forsell <[email protected]> Date: Tue Jun 28 16:19:45 2016 +0100 Use trace source SymphonyOSS.RestApiClient, and retry on datafeed read error. commit cfec4f1 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 14:40:02 2016 +0100 Add line break method to the message builder. commit a4feb49 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:28:42 2016 +0100 Upping version to 0.3. commit a1824c7 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 11:27:32 2016 +0100 Add method to construct a UserApi instance. commit e4fe6ce Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:45:43 2016 +0100 Updating README. commit f928fc8 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:40:07 2016 +0100 Adding licence headers to two unit tests files that were missing them. commit 131e2bb Merge: db24aa2 65c57b4 Author: jforsell <[email protected]> Date: Tue Jun 28 10:35:47 2016 +0100 Merge pull request #10 from jforsell/develop Adding plain text parsing of messageML. commit 65c57b4 Merge: f39cf3c db24aa2 Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:31:42 2016 +0100 Merge branch 'develop' of https://github.com/symphonyoss/RestApiClient into develop commit db24aa2 Merge: 809cbe5 d14fd7a Author: jforsell <[email protected]> Date: Tue Jun 28 10:31:26 2016 +0100 Merge pull request #9 from jforsell/user_api Add UserApi. commit f39cf3c Author: Johan Forsell <[email protected]> Date: Tue Jun 28 10:28:39 2016 +0100 Adding plain text parsing of messageML. commit 809cbe5 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:34:13 2016 +0100 Fixing UtilApi and RoomMembershipApi tests. commit d14fd7a Author: Johan Forsell <[email protected]> Date: Tue Jun 21 12:27:59 2016 +0100 Add UserApi. commit 575cb79 Author: Johan Forsell <[email protected]> Date: Tue Jun 21 11:16:42 2016 +0100 Adding README to solution. commit ef8221f Merge: e4a6347 839903b Author: jforsell <[email protected]> Date: Tue Jun 21 09:50:11 2016 +0100 Merge pull request #8 from jpfigueiras/develop Added RoomMembershipApi. commit 839903b Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:28:45 2016 +0100 Changed long to var in test class. commit 388086a Author: Joao Figueiras <[email protected]> Date: Tue Jun 21 09:13:44 2016 +0100 Made user id required for methods inside RoomMembershipApi. commit 65443d4 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 17:09:09 2016 +0100 Fix issue with namespace. commit e4a6347 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 17:02:18 2016 +0100 Adding downloading attachment to example. commit 28f6e91 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:59:19 2016 +0100 Updating project file. commit 5090edb Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:53:24 2016 +0100 Decode downloaded base64 attachment. commit 113c959 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:52:21 2016 +0100 Don't throw exception if registering same type twice. commit 623b83c Merge: 1a1a88f 7d596cd Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:53 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 1a1a88f Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 16:47:43 2016 +0100 Added RoomMembershipApi and corresponding tests. Also added some some high level comments to other apis. commit 7d596cd Author: Johan Forsell <[email protected]> Date: Mon Jun 20 16:11:44 2016 +0100 Adding SecurityApi tests, and renaming a couple of SecurityApi methods for clarity. commit 1f4b011 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:48:56 2016 +0100 Registering V2Message for custom deserialization. commit 384547b Merge: c1e22be d54af34 Author: jforsell <[email protected]> Date: Mon Jun 20 15:35:22 2016 +0100 Merge pull request #5 from jpfigueiras/develop Updating some api methods version V1, to the corresponding V2 methods. commit c1e22be Merge: a3cbb1e 9ae4fb7 Author: jforsell <[email protected]> Date: Mon Jun 20 15:33:50 2016 +0100 Merge pull request #7 from jforsell/json-subtypes SecurityApi and Json subtypes commit 9ae4fb7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:27:50 2016 +0100 Adding unit test class for json work. commit b43682e Merge: 4c0aed7 a3cbb1e Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:20:28 2016 +0100 Merge remote-tracking branch 'upstream/develop' into json-subtypes commit 4c0aed7 Author: Johan Forsell <[email protected]> Date: Mon Jun 20 15:15:51 2016 +0100 Support for polymorphism (V2BaseMessage and V2Message) using new Json attributes. commit d54af34 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:23:41 2016 +0100 Adding project file with new UtilApi. commit 08da891 Author: Joao Figueiras <[email protected]> Date: Mon Jun 20 11:11:51 2016 +0100 Added UtilApi. commit e709665 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 16:10:33 2016 +0100 Fixed tests using new V2 class types. V2Message has as base class V2BaseMessage but they are not sharing common properties at moment, this is duplicated across both classes. So when creating a V2Message, the base message properties that are common will be null and the message needs to be treated explicitly as a V2Message to access them. commit 6adab42 Merge: 041d82f a3cbb1e Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:49:01 2016 +0100 Merge remote-tracking branch 'upstream/develop' into develop commit 041d82f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 13:44:56 2016 +0100 Fixed some class types for V2, and added test for new method SearchRoom. commit 2cac95f Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 11:51:01 2016 +0100 Updating some api methods version V1, to the corresponding V2 methods. commit a3cbb1e Merge: fbdbd2a e568ee4 Author: jpfigueiras <[email protected]> Date: Fri Jun 17 11:43:39 2016 +0100 Merge pull request #4 from jforsell/unit_test_project Changing type of test project to unit test project. commit e568ee4 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f638e52 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:03:13 2016 +0100 Changing type of test project to unit test project. commit f0c5ef2 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 11:02:38 2016 +0100 Fixing misnaming commit fbdbd2a Merge: 91d2928 ae70254 Author: jforsell <[email protected]> Date: Fri Jun 17 10:09:35 2016 +0100 Merge pull request #3 from jpfigueiras/develop Making use of the several apis instead of using concrete types. commit f514750 Author: Johan Forsell <[email protected]> Date: Fri Jun 17 10:05:33 2016 +0100 Adding SecurityApi (need to clean up methods). commit ae70254 Author: Joao Figueiras <[email protected]> Date: Fri Jun 17 09:47:00 2016 +0100 Making use of the several apis instead of using concrete types. commit 91d2928 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:56:54 2016 +0100 Adding scripts to solution. commit a774eb5 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:21:59 2016 +0100 Updating NOTICE to mention files that do not have license headers. commit fc3beae Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:14:01 2016 +0100 Adding license to package.bat. commit d560d72 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 12:09:45 2016 +0100 New script for prepending the license to generated .CS files. Ran the script once. commit 9857594 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 10:04:36 2016 +0100 Adding licence header to two files that were missing it - see #1 commit d6e2423 Author: Johan Forsell <[email protected]> Date: Thu Jun 16 09:14:20 2016 +0100 As a workaround for not currently being able to add attachments as streams (see restsharp/RestSharp#70 ) - the attachment is added as a byte array. commit 3842338 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:51:56 2016 +0100 Updating README for v0.2. commit 7bff7ed Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:45:26 2016 +0100 Adding factory method to construct AttachmentsApi. commit bd189a7 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:08:13 2016 +0100 Fixing name of test assembly (renaming from AgentApiClient to RestApiClient). commit f7b2720 Author: Johan Forsell <[email protected]> Date: Wed Jun 15 09:05:14 2016 +0100 AttachmentsApi for uploading/downloading attachments. commit 758be0c Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:55:13 2016 +0100 Use V2 method for posting messages as it supports attachments (breaking change). commit 054240d Author: Johan Forsell <[email protected]> Date: Wed Jun 15 08:53:26 2016 +0100 Setting version number to 0.2.0.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.