Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Types for Kantai Collection (Phase 2) API
This library aims to help typescript developers for Kantai Colection (Kancolle) related projects. A good API typing unveils hidden pitfalls created by Mr. Tanaka / C2 Architecture, and also prevents typo bugs.
npm install --save-dev kcsapi
or
yarn add --dev kcsapi
// recommended
import { APIStart2GetDataResponse, APIMstMapinfo } from 'kcsapi/api_start2/getData/response'
// each API's top level interface could be imported in this way
import { APIStart2GetDataResponse } from 'kcsapi'
whole end point omitting kcsapi
part will be splited by _
and /
, and each part's first character will be upper cased.
Exception: api
will always be API
Examples:
Endpoint | Request | Response |
---|---|---|
/kcsapi/api_req_member/get_incentive | APIReqMemberGetIncentiveRequest | APIReqMemberGetIncentiveResponse |
/kcsapi/api_start2/getData | APIStart2GetDataRequest | APIStart2GetDataResponse |
In case the API shape change, old sample files will be completely replaced by new ones (if possible).
A new sample file will be added, with detail description.
Samples will be anonymized to remove sensitive data with which the provider could be identified by game service or third party. All string values are replaced by Tanaka
and numbers by 0
. This way API data shape is preserved and player specific information is removed.
MIT
FAQs
Kantai Collection API TypeScript types
The npm package kcsapi receives a total of 14 weekly downloads. As such, kcsapi popularity was classified as not popular.
We found that kcsapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.