SpaceApi / schema

SpaceAPI JSON schema files.
24 stars 14 forks source link

Add gopher url #24

Closed PhilmacFLy closed 6 years ago

PhilmacFLy commented 6 years ago

As Gopher is a fast-growing emerging technology, I find it important that a space can also show his representation in the gopher space on the space API

PhilmacFLy commented 6 years ago

I guess with the url array would really be the better solution

rnestler commented 6 years ago

Maybe the url field should be an array and provide which protocol you should use?

Changing the URL from a string to an array would be a breaking change. (Also in practice the url field means website over http in most of the cases and is not used for any other protocol)

dbrgn commented 6 years ago

I think gopher fits in well alongside twitter and google+.

dbrgn commented 6 years ago

Ping @PhilmacFLy, do you plan to implement a fix for the suggestion by @rnestler?

dbrgn commented 6 years ago

Ping @PhilmacFLy again :slightly_smiling_face:

PhilmacFLy commented 6 years ago

Sorry must have missed the suggestion aswell as the first ping. Yes I will do a fix for it.