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

4.0.0 #16

Merged
merged 34 commits into from
Feb 11, 2018
Merged

4.0.0 #16

merged 34 commits into from
Feb 11, 2018

Commits on Feb 3, 2018

  1. Refactor auth flow

    Replaced the Google OAuth2 library with a custom implementation to have more control over the data.
    
    Caches access token for 20min.
    Stores user data in documentProperties (All users can access within the open spreadsheet)
    Blacksmoke16 committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    c7f78b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Configuration menu
    Copy the full SHA
    ee0524f View commit details
    Browse the repository at this point in the history
  2. Create function.gs

    Blacksmoke16 committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    d0b0a40 View commit details
    Browse the repository at this point in the history
  3. Create endpoints.gs

    Blacksmoke16 committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    09c12d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Add refreshToken function

    Rearrange groupings
    Blacksmoke16 committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    1a1f908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b3945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d5407 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a221c8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e03df6d View commit details
    Browse the repository at this point in the history
  6. Terminate string

    Set BASE_URL to base ESI URL
    Blacksmoke16 committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    8189d71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c9f7b9 View commit details
    Browse the repository at this point in the history
  8. Remove trailing slash

    Initialize CHARACTERS array with placeholder char name
    Blacksmoke16 committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    45bf9f9 View commit details
    Browse the repository at this point in the history
  9. Specify if a param is required

    Remove extra line break
    Add rest of endpoints
    Blacksmoke16 committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    39bd040 View commit details
    Browse the repository at this point in the history
  10. Include location of param

    Add rest of endpoints
    Blacksmoke16 committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    3ea1913 View commit details
    Browse the repository at this point in the history
  11. Refactor param setting

    Reduce token cache time to 15min to try and avoid lag time between when it expires vs when it actually expires
    Add singleResponse function
    Add rest of scopes
    Update resetAuth function name
    Blacksmoke16 committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    d6505ac View commit details
    Browse the repository at this point in the history
  12. Clarify a few things

    Blacksmoke16 committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    2fb29c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    0dd354c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be2c3fe View commit details
    Browse the repository at this point in the history
  3. Refactor auth functions to centralize HTTP requests

    Use 4 space indents
    Blacksmoke16 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    b97066c View commit details
    Browse the repository at this point in the history
  4. remove extra line break

    Blacksmoke16 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    753037f View commit details
    Browse the repository at this point in the history
  5. Minor optimization

    Blacksmoke16 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    7445282 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f541e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaea27d View commit details
    Browse the repository at this point in the history
  8. Handle params to non authed corp/char/alliance specific endpoints

    More accurate item response types/headers
    Blacksmoke16 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    a3d0803 View commit details
    Browse the repository at this point in the history
  9. Remove unnecessary object key:value

    Fix descriptions for few params
    Add page param object to to related endpoints
    Blacksmoke16 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    f1a2fee View commit details
    Browse the repository at this point in the history
  10. Pagination support

    Fix some param descriptions
    Blacksmoke16 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    c472615 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    190fa50 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7394826 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Fix no reference error

    Blacksmoke16 committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    a8d37ec View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Configuration menu
    Copy the full SHA
    4dfe803 View commit details
    Browse the repository at this point in the history
  2. Newly released endpoints

    Blacksmoke16 committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    16d5b1e View commit details
    Browse the repository at this point in the history
  3. Actually Return access_token

    Handle endpoints with nested arrays and objects
    Blacksmoke16 committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    1cfa174 View commit details
    Browse the repository at this point in the history
  4. Update object example

    Blacksmoke16 committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    7a6434d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21d5cd7 View commit details
    Browse the repository at this point in the history