Skip to content
#

restful

Here are 2,478 public repositories matching this topic...

mkurz
mkurz commented Feb 3, 2022

We use sbt-dynver to set the version for the Play project based on git tags.
E.g. when you run sbt in the Play project folder you will see:

// If you haven't you need to get the Play framework source code
git clone git@github.com:playframework/playframework.git
cd ./playframework

// You are in the master branch now, from which we want to rele
EvenLjj
EvenLjj commented Nov 16, 2021

Introduce

It has been more than three years since SOFARPC was open-sourced on April 10, 2018. RPC-related documents are mainly updated in June 2019. At that time, the document was relatively classic, and the core functions of RPC were introduced relatively clearly. However, with the iterative update of functions and the update of relate

help wanted good first issue document remind
vascanera
vascanera commented Oct 7, 2020

Hello Maurits,
This is more of a request than it is an actual issue, but I think the value in this request is really high (for newcomers, especially - but not limited to).
Could you please add a COMPLETE application example of using the API (with user authentication, maybe even with the user-creation SQL script, table authorization, etc).
This would be really really helpful as a quickstart /

Anogio
Anogio commented Jun 30, 2020

Flask-restx uses ujson for serialization by default, falling back to normal json if unavailable.
As has been mentioned before ujson is quite flawed, with some people reporting rounding errors.

Additionally, ujson.dumps does not take the default argument, which allows one to pass any custom method as the serializer. Since my project uses some custom serialization, I have been forced t

bug good first issue

Improve this page

Add a description, image, and links to the restful topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the restful topic, visit your repo's landing page and select "manage topics."

Learn more