Skip to content

Leverage this wrapper's OAuth1 session for custom requests? #528

@dzhu-fastly

Description

@dzhu-fastly

This wrapper makes it easy to authenticate via OAuth with Jira, but may not support all REST API endpoints for Jira.

I'm interested in leveraging the wrapper to authenticate, and then piggyback off that authenticated session to make standard PUT and POST requests to Jira endpoints using the Requests library. Is this possible? How would such a request look like if I wanted to piggyback off the authenticated session?

Activity

gonchik

gonchik commented on Jun 29, 2020

@gonchik
Member

Hi @dzhu-fastly ,
about new REST API endpoints, I would say, feel free to raise PR :)
about leveraging wrapper for work with python-requests, you can do it. as we just do inheritance from python-requests module, hence object already put necessary data.

Thanks

added
jiraAtlassian Jira (Cloud, Server or Datacenter)
and removed
jiraAtlassian Jira (Cloud, Server or Datacenter)
on Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gonchik@dzhu-fastly

        Issue actions

          Leverage this wrapper's OAuth1 session for custom requests? · Issue #528 · atlassian-api/atlassian-python-api