Giter VIP home page Giter VIP logo

awesome-spacetraders's People

Contributors

artokun avatar bknyn avatar dotefekts avatar ericgroom avatar howz1t avatar jadlers avatar kaishiyoku avatar kurt1288 avatar oronar avatar rayblair06 avatar space-admiral avatar stumblinbear avatar thaurin avatar zachooper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-spacetraders's Issues

Suggestion: Read only endpoints should not require token

Hello,
I wanted to register my call sign, but I have to provide a faction. When I call the "list factions", I have to have a provide a token.

It would be great if "read only" endpoints such as "List Factions" does not require a token.

Request: Steps to regain lost Token

I set up my account yesterday and started playing around, only I stupidly didn't make my token and username variables persistent. When I logged in today I couldn't make any requests and my token wasn't saved anywhere. I also didn't see any information about obtaining your token again if you lose it. Any help would be appreciated!

Token invalid via Dequests & Documentation

Got another one for you guys, please close out if it's human error.

If I run the command https GET api.spacetraders.io/my/account token==$token from my terminal, I get back the correct information. If I replace $token with the actual string token, it also returns the correct information.

However, from the documentation if I put in my token and hit "send" I get the following:

Error 401: 
{
    "error": {
        "message": "Token was invalid or missing from the request. Did you confirm sending the token as a query parameter or authorization header?",
        "code": 40101
    }
}

Here is the python script that returns the same 401 error.

import requests                                                                        
token="XXXXXX"
authheader={'Authorization' : '{token}'}

response=requests.get("https://api.spacetraders.io/my/account", "{authheader}")
print(response)

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.