Coder Social home page Coder Social logo

go-wargaming's Introduction

Iceflower

My Projects

Click to show list!

Check git commits for certain rules, for example the message.

Available as a CLI with git hooks support or optimized for GitHub Actions.

Pack of useful Godot additions to make your life easier!.

Contains multiple plugins like QRCode generation and a license manager!

Message and information relay between IRC and Discord.

Provides the source for an easy handling and maintaining Docker image of a Red Eclipse Server.

Additional with an Go console application which can be run automatically to update the images.

Self created monochrome icons with an enhanced visibility.

Provided in colored and white.

Go client for accessing Wargaming.net Public API.

The API client is generated automatically based on the documentation provided by Wargaming.

My Archived Projects

Click to show list!

Celaria Map Toolkit can convert different map formats of the game Celaria from one into another.

Go DSLPprogramming language license

The Distributed Systems Learning Protocol (DSLP) realizes the transmission of messages over an already established transport connection, in this case TCP.

This is my first "project" in Java, just search primes and save them.

Monitors folders and copies new mp3s to another one..

Available as CLI and gui based on Qt6.

unidown manages downloads and will only download items again when they are newer or not downloaded yet.

It is written with the target to be extended by plugins. unidown itself can only manage the produced data from 3rd party plugins.

Download all available german ebooks from the MobileRead wiki

Noteable Contributions

Click to show list!

Inexor is an open-source project which develops a new 3D octree game engine by combining modern C++ with Vulkan API.

go-wargaming's People

Contributors

iceflowre avatar kakwa avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

go-wargaming's Issues

[generator] Document how to use the generator in a fork

When fixing the generator (patchs.go fixes), a contributor needs to build the local patched version.

However go build -o generator github.com/IceflowRE/go-wargaming/v4/tools/generator (like instructed in the README) will build the unpatched version from the upstream repository, not the local checkout.

It's possible to build the generator locally (go build -o generator tools/_generator/main.go, but it has other side effects, mainly messing-up the imports:

 import (
-       "github.com/IceflowRE/go-wargaming/v4/wargaming/wgnTime"
+       "/wargaming/wgnTime"
 )

Put also adding // spacing comment lines:

 // realm:
-//     Valid realms: RealmAsia, RealmEu, RealmNa
+//
+//     Valid realms: RealmAsia, RealmEu, RealmNa
+//
 // search:
-//     Player name search string. Parameter "type" defines minimum length and type of search. Using the exact search type, you can enter several names, separated with commas. Maximum length: 24.
+//
+//     Player name search string. Parameter "type" defines minimum length and type of search. Using the exact search type, you can enter several names, separated with commas. Maximum length: 24.

My go version:

> go version
go version go1.19.8 linux/amd64

Add contribution guide

Add more how to contribute information.
Whcih also includes

  • Commit naming convention
  • Which files does what, especially the generator
  • ...

godoc formatting is wrong

From #6

Put also adding // spacing comment lines:

 // realm:
-//     Valid realms: RealmAsia, RealmEu, RealmNa
+//
+//     Valid realms: RealmAsia, RealmEu, RealmNa
+//
 // search:
-//     Player name search string. Parameter "type" defines minimum length and type of search. Using the exact search type, you can enter several names, separated with commas. Maximum length: 24.
+//
+//     Player name search string. Parameter "type" defines minimum length and type of search. Using the exact search type, you can enter several names, separated with commas. Maximum length: 24.

Access to "error", "status" and "meta" fields in responses

Having access to the "error", "status" and "meta" would be really nice.

In particular, the "meta" field can contain pagination information (ex: number of items, number of pages) which are extremely helpful when iterating through paginated lists.

Response payload examples:

  • error:
{
    "status": "error",
    "error": {
        "field": "ship_id",
        "message": "INVALID_SHIP_ID",
        "code": 407,
        "value": "3315513040a"
    }
}
  • status + meta:
{
    "status": "ok",
    "meta": {
      "count": 100,
      "page_total": 7,
      "total": 608,
      "limit": 100,
      "page": 1
    },
    "data": {
        "3315513040": {
            "ship_id": 3315513040,
            "name": "[Zaō]"
        }
    }
}

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.