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

Satellite api keys frontend #1039

Merged
merged 5 commits into from Feb 1, 2019

Conversation

rikysya
Copy link
Contributor

@rikysya rikysya commented Jan 11, 2019

No description provided.

@rikysya rikysya added WIP Work In Progress Request Code Review Code review requested labels Jan 11, 2019
@rikysya rikysya self-assigned this Jan 11, 2019
@cla-bot cla-bot bot added the cla-signed label Jan 11, 2019
import apollo from '@/utils/apolloManager';
import gql from 'graphql-tag';

export async function fetchAPIKeys(projectID: string) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add return type for fetchAPIKeys function

import gql from 'graphql-tag';

export async function fetchAPIKeys(projectID: string) {
let result: RequestResponse<any[]> = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RequestResponse
create type api key

return result;
}

export async function createAPIKey(projectID: string, name: string) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add return type

onClearSelection: function () {

}
let selectedKeys: any[] = this.$store.getters.selectedAPIKeys;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let selectedKeys: ApiKey[]

create api key type

@rikysya rikysya merged commit ba07f33 into storj:master Feb 1, 2019
@rikysya rikysya deleted the satellite_api_keys_frontend branch February 1, 2019 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed Request Code Review Code review requested WIP Work In Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants