Giter VIP home page Giter VIP logo

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": "[email protected]",
  "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

Gabriel Rufino's Projects

atlas icon atlas

Project with AI experiments

brainjs-lab icon brainjs-lab

Códigos da playlist [Brain.js: Machine Learning com JavaScript]

cnabbuilder icon cnabbuilder

ferramenta para leitura, mapeamento de campos para arquivos CNAB

crystal-ball icon crystal-ball

Repositório de exemplos de Machine Learnings de predição

cube icon cube

🧱 Data Structures and Algorithms made in Typescript

docs icon docs

TensorFlow documentation

docs-l10n icon docs-l10n

Community translations of TensorFlow documentation

fastproject icon fastproject

Template for start a project fastly with Bootstrap 4

fill icon fill

Fill databases with dummy data using yaml files

firechecker icon firechecker

🔥 Middleware for checking firebase authentication in Node.js APIs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.