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

made suffix a keyword argument #64

Merged
merged 1 commit into from May 27, 2021

Conversation

vortexkd
Copy link
Contributor

I'm trying to use the backlog api with at backlog.com but currently, backlog.jp is a fixed url.
Would you be willing to use something like this to make the url flexible?

@koxudaxi
Copy link
Owner

koxudaxi commented May 21, 2021

@vortexkd
Thank you for creating this issue.
This client is generated by this code generator

class {{space_name}}(BacklogBase):
def __init__(self, space_id, api_key):
super({{space_name}}, self).__init__(space_id, api_key)
'''

There is how to generate PR.
https://github.com/koxudaxi/BacklogPy#generating-the-backlog-api-v2-client

Would you please change api_generator.py and generate code?

@koxudaxi koxudaxi marked this pull request as ready for review May 27, 2021 03:28
@koxudaxi koxudaxi merged commit d53aff5 into koxudaxi:master May 27, 2021
@koxudaxi koxudaxi mentioned this pull request May 27, 2021
@koxudaxi
Copy link
Owner

@vortexkd
I merged this PR and updated api_generator.py.
Also, I have released a new version 1.1.0 🎉

@vortexkd
Copy link
Contributor Author

thank you! apologies for the delay was going to do it on the weekend

@koxudaxi
Copy link
Owner

koxudaxi commented May 27, 2021

No problem. Thank you very much!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants