Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding View API's and fixing OAuth Headers Bug #517

Merged
merged 4 commits into from Sep 25, 2019

Conversation

RodneyU215
Copy link
Contributor

Summary

This PR adds new View API's.

It also fixes a bug where the client credentials were not being passed through the headers.

Requirements (place an x in each [ ])

@RodneyU215 RodneyU215 added Priority: High bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented enhancement M-T: A feature request for new functionality Version: 2x labels Sep 25, 2019
@codecov
Copy link

codecov bot commented Sep 25, 2019

Codecov Report

Merging #517 into master will decrease coverage by 0.33%.
The diff coverage is 45.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #517      +/-   ##
==========================================
- Coverage   69.23%   68.89%   -0.34%     
==========================================
  Files          15       15              
  Lines        1690     1707      +17     
  Branches       93       96       +3     
==========================================
+ Hits         1170     1176       +6     
- Misses        498      508      +10     
- Partials       22       23       +1
Impacted Files Coverage Δ
slack/web/client.py 33.4% <20%> (-0.29%) ⬇️
slack/web/base_client.py 81.18% <88.88%> (-0.26%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08dcdaa...f3e23a5. Read the comment docs.


See `views.update <https://api.slack.com/methods/views.update>`_ for more info.

If you want to push a new view onto the modal instead of updating an existing view, reference the `views.push <https://api.slack.com/methods/views.push>`_ documentation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be worth mentioning the 3 modal limit here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a subsequent docs revamp that will be shipped as a fast follow. I'll be sure to update it there.

@RodneyU215 RodneyU215 merged commit 3a6c509 into master Sep 25, 2019
@RodneyU215 RodneyU215 deleted the RU_adding_views_api branch September 25, 2019 19:10
Copy link
Contributor

@Roach Roach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved pending testing this afternoon 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented enhancement M-T: A feature request for new functionality Version: 2x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants