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

feat: Upgrading to CircleCI API v1 #33

Closed
wants to merge 2 commits into from

Commits on Oct 12, 2016

  1. refactor: Simplifying CircleCI API use

    This update does a few things
    
    * Upgrades to CircleCI API version 1.1
    * Uses uses their endpoint for latest build artifacts
    * Flattens the call stack for retrieving artifacts
    * Provides a general purpose CircleCI API client for future use
    * Creates a seam for supporting other artifact sources
    
    Even though this is a significat refactoring, since no end-user changes
    are required this receives a minor version bump to 1.3.
    Michael Yockey committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    fc71f78 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. chore: Version correction to 1.3.0

    Michael Yockey committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    7846736 View commit details
    Browse the repository at this point in the history