Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
feastudent
/
SlackAPI
Public
forked from
Inumedia/SlackAPI
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SlackAPI
SlackAPI.Tests
on
master
User selector
All users
All time
Commit history
Commits on Nov 24, 2019
Mitigate timeout issues in Unit Tests related to Slack API throttling (properly close socket and add extra delay between each test in Connect test class)
gpailler
committed
67c4d75
View commit details
Copy full SHA for 67c4d75
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
Disabled TestManualSubscribePresenceChangeAndManualPresenceChange test because it's not stable on AppVeyor
gpailler
committed
343e455
View commit details
Copy full SHA for 343e455
View code at this point
Browse repository at this point
Refactored test to ensure a ManualPresenceChange event is received
gpailler
committed
59bdb01
View commit details
Copy full SHA for 59bdb01
View code at this point
Browse repository at this point
Introduced new presence state 'auto' because 'active' is not supported by Slack (https://api.slack.com/methods/users.setPresence)
gpailler
committed
68c19c4
View commit details
Copy full SHA for 68c19c4
View code at this point
Browse repository at this point
Cleaned up Polly code + exposed maximum connection timeout for external usage
gpailler
committed
5580ab2
View commit details
Copy full SHA for 5580ab2
View code at this point
Browse repository at this point
Added Polly to retry Slack connection when 'ratelimited' error is received
gpailler
committed
f1dba43
View commit details
Copy full SHA for f1dba43
View code at this point
Browse repository at this point
Fixed unit tests
Show description for ea599e9
gpailler
committed
ea599e9
View commit details
Copy full SHA for ea599e9
View code at this point
Browse repository at this point
Commits on Nov 13, 2019
Renamed subscribePresenceChanges to maintainPresenceChanges
gpailler
committed
fe24a78
View commit details
Copy full SHA for fe24a78
View code at this point
Browse repository at this point
Renamed subscribePresenceChanges to maintainPresenceChangesStatus. Forward manual presence change to presencechange event
gpailler
committed
41e7c7f
View commit details
Copy full SHA for 41e7c7f
View code at this point
Browse repository at this point
Fixed presence_changed support (https://api.slack.com/events/presence_change)
gpailler
committed
a7cdc4e
View commit details
Copy full SHA for a7cdc4e
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Added blocks field to attachment
clockworkcoding
authored and
Inumedia
committed
d20b63d
View commit details
Copy full SHA for d20b63d
View code at this point
Browse repository at this point
minor cleanup
clockworkcoding
authored and
Inumedia
committed
47bcb67
View commit details
Copy full SHA for 47bcb67
View code at this point
Browse repository at this point
Added tests and inheritence to help use block messages
clockworkcoding
authored and
Inumedia
committed
b51b4c2
View commit details
Copy full SHA for b51b4c2
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
Merge branch 'master' into uploadfileasync
Show description for 71d0943
gpailler
committed
71d0943
View commit details
Copy full SHA for 71d0943
View code at this point
Browse repository at this point
Commits on Nov 18, 2018
#157 Completed UploadFileAsync implementation
gpailler
committed
cd6f6df
View commit details
Copy full SHA for cd6f6df
View code at this point
Browse repository at this point
Commits on Nov 11, 2018
Added UT to check invalid proxy behavior. Ensure the connect callback is called even when connection has failed
gpailler
committed
33b4379
View commit details
Copy full SHA for 33b4379
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
Ensure the websocket client is connected and ready
gpailler
committed
0e1e688
View commit details
Copy full SHA for 0e1e688
View code at this point
Browse repository at this point
Added full proxy support for SlackClient/SlackTaskClient and SlackSocketClient
Show description for 8dcb19c
gpailler
committed
8dcb19c
View commit details
Copy full SHA for 8dcb19c
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
Merge pull request #153 from Inumedia/147-bots-properties
Show description for d21365b
Inumedia
authored
d21365b
View commit details
Copy full SHA for d21365b
View code at this point
Browse repository at this point
Merge pull request #152 from Inumedia/150-postephemeralmessage-ut
Show description for e2c3dc6
Inumedia
authored
e2c3dc6
View commit details
Copy full SHA for e2c3dc6
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
#150 Added unit test to check PostEphemeralMessage method. Removed unused channel property in PostEphemeralResponse
gpailler
committed
63e9291
View commit details
Copy full SHA for 63e9291
View code at this point
Browse repository at this point
Removed disabled GetAccessToken test
gpailler
committed
d7529d0
View commit details
Copy full SHA for d7529d0
View code at this point
Browse repository at this point
Rewrite GetAccessToken test using Selenium and remove SlackAPI.Console app
gpailler
committed
f1d4813
View commit details
Copy full SHA for f1d4813
View code at this point
Browse repository at this point
Create test clients on demand (lazy init for faster tests). Use infinite timeout when debugging tests
gpailler
committed
4b7705a
View commit details
Copy full SHA for 4b7705a
View code at this point
Browse repository at this point
Commits on Nov 1, 2018
Edit and fix PR #135
Show description for 9e54057
gpailler
committed
9e54057
View commit details
Copy full SHA for 9e54057
View code at this point
Browse repository at this point
Fix test
gpailler
committed
70b0c21
View commit details
Copy full SHA for 70b0c21
View code at this point
Browse repository at this point
Fix xUnit usages to remove compilation warnings
gpailler
committed
64cc50e
View commit details
Copy full SHA for 64cc50e
View code at this point
Browse repository at this point
Commits on Oct 20, 2018
Updated Nuget denpendencies
gpailler
committed
67caae5
View commit details
Copy full SHA for 67caae5
View code at this point
Browse repository at this point
Use SemVer 1 versioning to maximize compatibility
gpailler
committed
7263fd4
View commit details
Copy full SHA for 7263fd4
View code at this point
Browse repository at this point
Refactored projects to merge netframework and netcore configurations
Show description for 17db940
gpailler
committed
17db940
View commit details
Copy full SHA for 17db940
View code at this point
Browse repository at this point
Commits on May 11, 2018
Adding .netcoreapp2.0 libraries
dnuzzomueller
committed
d04a6db
View commit details
Copy full SHA for d04a6db
View code at this point
Browse repository at this point
Fixing unit test so that it doesn't try to assert not null values for deleted users/ bots
dnuzzomueller
committed
765b591
View commit details
Copy full SHA for 765b591
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
Verify that some of the non-optional string properties of User are present
Brant Bobby
committed
a64ff1d
View commit details
Copy full SHA for a64ff1d
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
Added basic integration test for GetUserList
Brant Bobby
committed
c3d7603
View commit details
Copy full SHA for c3d7603
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
Updated Solution and projects to VS2017 and .NetCore SDK 1.0.0 / Updated nuget packages to latest versions
gpailler
committed
4d5da5f
View commit details
Copy full SHA for 4d5da5f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.