Skip to content
View gabrielrufino's full-sized avatar
🐞
Probably fixing a bug
🐞
Probably fixing a bug
Block or Report

Block or report gabrielrufino

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gabrielrufino/README.md

Gabriel Rufino's API

Octocat

Read is sometimes boring, making HTTP requests is always awesome. The challenge is getting to know me using requests to this API. You ready?

Getting started

I'll help you with the first endpoint: general informations about me.

GET /api/infos/general



The base URL for all endpoints is https://raw.githubusercontent.com/gabrielrufino/gabrielrufino/master. Remember to preffix the endpoint using that base URL.

Let's make the request using curl:

Request:

$ BASE_URL="https://raw.githubusercontent.com/gabrielrufino/gabrielrufino/master"
$ curl $BASE_URL/api/infos/general \
    -H "Accept: application/json"

Response 200:

{
  "name": "Gabriel Rufino",
  "profession": "Software Engineer",
  "from": "Recife, PE, Brazil",
  "email": "contato@gabrielrufino.com",
  "blog": "www.gabrielrufino.com",
  "created_at": "1999-07-04"
}

Endpoints

Method Endpoint Description
GET /api/infos/general Returns general information about me
GET /api/infos/stack Returns the list of technologies that I work with
GET /api/infos/hobbies Returns the list of things I love to do when I'm not programming
GET /api/infos/contact Returns the list of ways you can talk to me

Pinned

  1. cube cube Public

    🧱 Data Structures and Algorithms made in Typescript

    TypeScript 1

  2. samplesize samplesize Public

    📊 Package to determine the ideal sample size for a survey

    TypeScript

  3. workinpace workinpace Public

    Cloud environment for coding

    Shell 1

  4. mongodump-action mongodump-action Public

    🍃 GitHub Action for creating a binary export of a database's contents

    Dockerfile 1

  5. docker-compose.yml docker-compose.yml Public

    🐳 Services environment for development and production

    Shell 2

  6. strabot/strabot-docs strabot/strabot-docs Public

    🤖 The easiest way to create chatbots using Strapi

    2