Code Monkey home page Code Monkey logo

go-web-framework-stars's Issues

Wrong assumption from the access_token.txt file

Hi MinJae,

I wanted to create the Go Framework list locally, because I thought it would be fun to play around with the github API. Unfortunately I came across something that took me some time to find out about because I didn't understand it right away. I added my personal access token from github to the file access_token.txt. Then I got a forbitten 403 error back pretty quickly after running list2md.go. The problem was that the "Authorization" header should basically look like this.
"token [MY_GITHUB_ACCESS_TOKEN].

You probably have this (with the keyword token) in your access_token.txt? But that was not immediately obvious to me if you don't know it.
Maybe it makes sense to use the following in the code:
req.Header.Set("Authorization", "token "+accessToken)
Or that would need to be documented somewhere?

A second thing I noticed, according to the documentation on Github you are also "obliged" to send a user agent header. This header should contain your own username.

All API requests MUST include a valid User-Agent header. Requests with no User-Agent header will be rejected. We request that you use your GitHub username, or the name of your application, for the User-Agent header value. This allows us to contact you if there are problems.

It seems to work without this header. But maybe you should add that too? But then the username would have to be read from a file too?

regards,
Felix

Why No Gorilla

Hey

I am really new to go, I want to understand why gorilla is not listed here
Is it not a framework??

Hugo

I'm missing Hugo in your list. It would rank in the top two

add total issue

please add total issue count so we can compare total issue/open issue, you can also add percentage.

What about adding livebud/bud?

Bud is getting pretty good day by day. It's a fullstack framework with both frontend (client side) handling and backend stuff. It's a rails alternative for golang.

What do you think about adding it?

why no iris

Iris has over 10K stars, and It's a great framework

Micro framework?

While digging around for some good project layout practices i found this micro-service framework. As well i found this repo, but it does not include Micro there. I'm just curious why is that? Is there any issues with Micro?

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.