Skip to content

gabrielrufino/gabrielrufino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published