apis

package
v0.0.0-...-73f3c54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Api

type Api struct {
	Id          string `json:"id"`
	Text        string `json:"text"`
	Link        string `json:"link"`
	Service     string `json:"service"`
	DateCreated string `json:"date_created"`
	DateUnix    int    `json:"date_unix"`
}

:TODO Change Blog

func (*Api) GetFeedApi

func (api *Api) GetFeedApi(service string) (*gofeed.Feed, rest_errors.RestErr)

func (*Api) GetGoogleSheetsApi

func (api *Api) GetGoogleSheetsApi(sheetNameRange string) ([][]interface{}, rest_errors.RestErr)

func (*Api) GetTwitterApi

func (api *Api) GetTwitterApi() ([]twitter.Tweet, rest_errors.RestErr)

type Programming

type Programming struct {
	Id        string `json:"language_id"`
	Language  string `json:"language"`
	Level     string `json:"level"`
	ColorCode string `json:"color_code"`
}

type Skill

type Skill struct {
	Id          string        `json:"id"`
	Name        string        `json:"name"`
	NameJp      string        `json:"name_jp"`
	Programming []Programming `json:"programming"`
}

type TUserTimelineParams

type TUserTimelineParams struct {
	UserID  int64
	Count   int
	SinceID int64
}

type Workexpress

type Workexpress struct {
	Id          string   `json:"id"`
	Project     string   `json:"project"`
	JobType     string   `json:"job_type"`
	StartDate   string   `json:"start_date"`
	EndDate     string   `json:"end_date"`
	Description string   `json:"description"`
	Skills      []string `json:"skills"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL