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

Auto-generated Pull Request for refactor/publication-fetch #222

Merged
merged 3 commits into from
Aug 22, 2023

Commits on Aug 22, 2023

  1. chore(go.mod): add indirect dependencies for github.com/google/uuid a…

    …nd github.com/hasura/go-graphql-client
    
    The go.mod file has been updated to include indirect dependencies for
    the packages github.com/google/uuid and
    github.com/hasura/go-graphql-client.
    cybersiddhu committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    10c9349 View commit details
    Browse the repository at this point in the history
  2. feat(publication.go): implement a new method ParsedInfoFromGraphql to…

    … fetch publication information using GraphQL query
    
    The code in publication.go has been refactored to add support for making
    a GraphQL query to fetch publication information. A new method
    ParsedInfoFromGraphql has been implemented which takes an ID as input
    and returns the parsed publication information.
    cybersiddhu committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    068b940 View commit details
    Browse the repository at this point in the history
  3. fix(mailgun.go): change method call from pub.ParsedInfo to pub.Parsed…

    …InfoFromGraphql for improved clarity and consistency
    
    The method call `pub.ParsedInfo` has been changed to
    `pub.ParsedInfoFromGraphql` to provide a more descriptive and accurate
    representation of the action being performed.
    cybersiddhu committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    45d24e1 View commit details
    Browse the repository at this point in the history