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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Nov 24, 2019
Merge pull request #210 from Inumedia/mitigate-slack-throttling
Show description for 6626c68
Inumedia
authored
6626c68
View commit details
Copy full SHA for 6626c68
Browse repository at this point
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
Browse repository at this point
Commits on Nov 20, 2019
Merge pull request #209 from Inumedia/unittests-fixes
Show description for 4ffb919
Inumedia
authored
4ffb919
View commit details
Copy full SHA for 4ffb919
Browse repository at this point
Disabled TestManualSubscribePresenceChangeAndManualPresenceChange test because it's not stable on AppVeyor
gpailler
committed
343e455
View commit details
Copy full SHA for 343e455
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
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
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
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
Browse repository at this point
Fixed unit tests
Show description for ea599e9
gpailler
committed
ea599e9
View commit details
Copy full SHA for ea599e9
Browse repository at this point
Commits on Nov 19, 2019
Merge pull request #208 from Inumedia/presence_changed_support
Show description for 4877988
Inumedia
authored
4877988
View commit details
Copy full SHA for 4877988
Browse repository at this point
Merge pull request #202 from Inumedia/unread_count_display-and-thread_ts
Show description for 6741b27
Inumedia
authored
6741b27
View commit details
Copy full SHA for 6741b27
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
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
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
Browse repository at this point
Merge pull request #206 from jesdazrez/master
Show description for 89e3fad
Inumedia
authored
89e3fad
View commit details
Copy full SHA for 89e3fad
Browse repository at this point
Commits on Nov 12, 2019
Fix UserSelect type identifier
jesdazrez
committed
d8a6b20
View commit details
Copy full SHA for d8a6b20
Browse repository at this point
Commits on Sep 17, 2019
Added unread_count_display field on MessageHistory. Added thread_ts field on message. Reenabled tests
gpailler
committed
b94410a
View commit details
Copy full SHA for b94410a
Browse repository at this point
Commits on Aug 22, 2019
Replacing SearchSort references with string objects, leaving original enum for reference for now
Inumedia
committed
cbc739e
View commit details
Copy full SHA for cbc739e
Browse repository at this point
Merge pull request #192 from clockworkcoding/block-in-attachment
Show description for 6d5b349
Inumedia
committed
6d5b349
View commit details
Copy full SHA for 6d5b349
Browse repository at this point
Added blocks field to attachment
clockworkcoding
authored and
Inumedia
committed
d20b63d
View commit details
Copy full SHA for d20b63d
Browse repository at this point
Merge pull request #190 from shadow-cs/issue/189
Show description for 1fb2064
Inumedia
committed
1fb2064
View commit details
Copy full SHA for 1fb2064
Browse repository at this point
Add a catch block around TryAdd to prevent RequestPath from throwing
shadow-cs
authored and
Inumedia
committed
966fd38
View commit details
Copy full SHA for 966fd38
Browse repository at this point
Update RequestPath to use ConcurrentDictionary to mitigate threading issues
Show description for c2033f8
shadow-cs
authored and
Inumedia
committed
c2033f8
View commit details
Copy full SHA for c2033f8
Browse repository at this point
Merge pull request #196 from EasyAsABC123/master
Show description for c7a8207
Inumedia
committed
c7a8207
View commit details
Copy full SHA for c7a8207
Browse repository at this point
fix the response
EasyAsABC123
authored and
Inumedia
committed
654e2d6
View commit details
Copy full SHA for 654e2d6
Browse repository at this point
Adds channels.invite API request
EasyAsABC123
authored and
Inumedia
committed
4c7aac1
View commit details
Copy full SHA for 4c7aac1
Browse repository at this point
Merge pull request #185 from jeeshenlee/feature/update-access-token-response
Show description for fb347ed
Inumedia
committed
fb347ed
View commit details
Copy full SHA for fb347ed
Browse repository at this point
Added support to incoming_webhook in the AccessTokenResponse.
jeeshenlee
authored and
Inumedia
committed
cfc5f84
View commit details
Copy full SHA for cfc5f84
Browse repository at this point
Revert "Added incoming_webhook to Access Token Response"
Show description for dc89099
jeeshenlee
authored and
Inumedia
committed
dc89099
View commit details
Copy full SHA for dc89099
Browse repository at this point
Added incoming_webhook to Access Token Response
jeeshenlee
authored and
Inumedia
committed
bfef7c5
View commit details
Copy full SHA for bfef7c5
Browse repository at this point
Merge pull request #186 from clockworkcoding/block-messages-tests
Show description for c05debc
Inumedia
committed
c05debc
View commit details
Copy full SHA for c05debc
Browse repository at this point
minor cleanup
clockworkcoding
authored and
Inumedia
committed
47bcb67
View commit details
Copy full SHA for 47bcb67
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
Browse repository at this point
Merge pull request #4 from Inumedia/master
Show description for d404f18
clockworkcoding
authored and
Inumedia
committed
d404f18
View commit details
Copy full SHA for d404f18
Browse repository at this point
Merge pull request #179 from flipswitchingmonkey/master
Show description for febed1f
Inumedia
committed
febed1f
View commit details
Copy full SHA for febed1f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.